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.
21 lines
292 B
TOML
21 lines
292 B
TOML
# Material Theme <https://material-theme.com/> for Helix Editor
|
|
|
|
inherits = "material_deep_ocean"
|
|
|
|
[palette]
|
|
bg = "#25363b"
|
|
text = "#b0bec5"
|
|
|
|
gray = "#546e7a"
|
|
|
|
disabled = "#415967"
|
|
|
|
accent = "#009688"
|
|
|
|
highlight = "#425b67"
|
|
|
|
comment = "#546e7a"
|
|
|
|
selection = "#395b65"
|
|
|
|
line-number = "#355058" |