fix: adapt color-theme attribute on root based on theme
This commit is contained in:
parent
de83805fd9
commit
afac1f62ca
4 changed files with 4 additions and 0 deletions
1
packages/codemirror/themes/CutiePi.mjs
vendored
1
packages/codemirror/themes/CutiePi.mjs
vendored
|
|
@ -25,6 +25,7 @@ export const settings = {
|
|||
gutterForeground: lightGrey,
|
||||
gutterBorder: 'transparent',
|
||||
lineHighlight: pinkAccent,
|
||||
light: true,
|
||||
};
|
||||
|
||||
export default createTheme({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue