aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/darcula-solid.toml
blob: 5feac234eea9724999eb4b875e04d5aed93b0484 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Original source and more info: https://github.com/jesusmgg/darcula-solid-helix

inherits = "darcula"

"ui.background.separator" = { bg = "grey01" }
"ui.menu.scroll" = { fg = "grey02", bg = "grey00" }
"ui.popup" = { fg = "grey03", bg = "grey02" }
"ui.window" = { bg = "grey00" }
"ui.selection" = { bg = "blue" }
"ui.cursorline.secondary" = { bg = "grey03" }

[palette]
grey00 = "#101010"
grey01 = "#1f1f1f"
grey02 = "#323232"
grey03 = "#555555"
grey04 = "#a8a8a8"

blue = "#104158"