This commit is contained in:
Felix Roos 2025-01-27 09:10:13 +01:00
parent 1460defa42
commit ff4d4357b2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export const settings = {
gutterBackground: '#00000010',
gutterForeground: '#657b83',
lineHighlight: '#dfd9c8',
}
};
const c = {
background: '#FDF6E3',

View File

@ -15,7 +15,7 @@ export const settings = {
gutterBackground: '#1e1e1e',
gutterForeground: '#838383',
gutterActiveForeground: '#fff',
}
};
export default createTheme({
theme: 'dark',