arch2
This commit is contained in:
parent
184cb746f3
commit
011139eff8
1 changed files with 1 additions and 1 deletions
2
packages/codemirror/themes/archBtw.mjs
vendored
2
packages/codemirror/themes/archBtw.mjs
vendored
|
|
@ -7,7 +7,7 @@
|
|||
import { tags as t } from '@lezer/highlight';
|
||||
import { createTheme } from './theme-helper.mjs';
|
||||
|
||||
const hex = ['rgb(0, 0, 0)', 'rgb(113, 208, 250)', 'rgba(113, 208, 250, .4)', 'rgba(113, 208, 250, .15)'];
|
||||
const hex = ['rgb(0, 0, 0)', 'rgb(82, 208, 250)', 'rgba(113, 208, 250, .4)', 'rgba(113, 208, 250, .15)'];
|
||||
|
||||
export const settings = {
|
||||
background: hex[0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue