Files
windmill/frontend/src/lib/components/theme/nord.json
T
Faton Ramadani 8fa9e3ca4c Dark mode v0 (#1893)
* feat(frontend): wip

* wip

* wip

* wip

* wip

* add toggle

* correctly handle monaco theme

* wip

* wip

* wip

* wip

* wip

* feat(frontend): Dark mode v0

* feat(frontend): Adap AI gen poppup

* feat(frontend): Adap script metadata labels

* feat(frontend): Fix unreadable texts

* feat(frontend): Fix unreadable texts

* feat(frontend): Fix unreadable texts

* feat(frontend): Fix ressource picker

* feat(frontend): Fix unreadable texts

* feat(frontend): Fix unreadable texts

* feat(frontend): Fix unreadable texts

* feat(frontend): Add theme toggle in the login page

* feat(frontend): Fix unreadable texts

* feat(frontend): Fix language selection

* feat(frontend): Fix FlowStatusViewer colors

* feat(frontend): Fix divide colors

* feat(frontend): Fix flow graph buttons

* feat(frontend): add theme toggle in login modal

* feat(frontend): small ui fix

* feat(frontend): fix graph dark mode toggle
2023-07-25 10:43:04 +02:00

93 lines
1.8 KiB
JSON

{
"base": "vs-dark",
"inherit": true,
"rules": [
{
"background": "2E3440",
"token": ""
},
{
"foreground": "616e88",
"token": "comment"
},
{
"foreground": "a3be8c",
"token": "string"
},
{
"foreground": "b48ead",
"token": "constant.numeric"
},
{
"foreground": "81a1c1",
"token": "constant.language"
},
{
"foreground": "81a1c1",
"token": "keyword"
},
{
"foreground": "81a1c1",
"token": "storage"
},
{
"foreground": "81a1c1",
"token": "storage.type"
},
{
"foreground": "8fbcbb",
"token": "entity.name.class"
},
{
"foreground": "8fbcbb",
"fontStyle": " bold",
"token": "entity.other.inherited-class"
},
{
"foreground": "88c0d0",
"token": "entity.name.function"
},
{
"foreground": "81a1c1",
"token": "entity.name.tag"
},
{
"foreground": "8fbcbb",
"token": "entity.other.attribute-name"
},
{
"foreground": "88c0d0",
"token": "support.function"
},
{
"foreground": "f8f8f0",
"background": "f92672",
"token": "invalid"
},
{
"foreground": "f8f8f0",
"background": "ae81ff",
"token": "invalid.deprecated"
},
{
"foreground": "b48ead",
"token": "constant.color.other.rgb-value"
},
{
"foreground": "ebcb8b",
"token": "constant.character.escape"
},
{
"foreground": "8fbcbb",
"token": "variable.other.constant"
}
],
"colors": {
"editor.foreground": "#D8DEE9",
"editor.background": "#2E3440",
"editor.selectionBackground": "#434C5ECC",
"editor.lineHighlightBackground": "#3B4252",
"editorCursor.foreground": "#D8DEE9",
"editorWhitespace.foreground": "#434C5ECC"
}
}