Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 27, 2025
1 parent 1460def commit ff4d435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/codemirror/themes/solarizedLight.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const settings = {
gutterBackground: '#00000010',
gutterForeground: '#657b83',
lineHighlight: '#dfd9c8',
}
};

const c = {
background: '#FDF6E3',
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/themes/vscodeDark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const settings = {
gutterBackground: '#1e1e1e',
gutterForeground: '#838383',
gutterActiveForeground: '#fff',
}
};

export default createTheme({
theme: 'dark',
Expand Down

0 comments on commit ff4d435

Please sign in to comment.