mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
274 B
TOML
19 lines
274 B
TOML
1 year ago
|
# Material Theme <https://material-theme.com/> for Helix Editor
|
||
|
|
||
|
inherits = "material_deep_ocean"
|
||
|
|
||
|
[palette]
|
||
|
bg = "#292d3e"
|
||
|
text = "#a6accd"
|
||
|
|
||
|
disabled = "#515772"
|
||
|
|
||
|
accent = "#ab47bc"
|
||
|
|
||
|
highlight = "#444267"
|
||
|
|
||
|
comment = "#676e95"
|
||
|
|
||
|
selection = "#444267"
|
||
|
|
||
|
line-number = "#3a3f58"
|