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
286 B
TOML
21 lines
286 B
TOML
1 year ago
|
# Material Theme <https://material-theme.com/> for Helix Editor
|
||
|
|
||
|
inherits = "material_deep_ocean"
|
||
|
|
||
|
[palette]
|
||
|
bg = "#212121"
|
||
|
text = "#b0bec5"
|
||
|
|
||
|
gray = "#616161"
|
||
|
error = "#ff5370"
|
||
|
|
||
|
disabled = "#474747"
|
||
|
|
||
|
accent = "#ff9800"
|
||
|
|
||
|
highlight = "#3f3f3f"
|
||
|
|
||
|
comment = "#616161"
|
||
|
|
||
|
selection = "#404040"
|