diff options
Diffstat (limited to 'runtime/themes/material_palenight.toml')
-rw-r--r-- | runtime/themes/material_palenight.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/themes/material_palenight.toml b/runtime/themes/material_palenight.toml new file mode 100644 index 00000000..ef9c27e2 --- /dev/null +++ b/runtime/themes/material_palenight.toml @@ -0,0 +1,19 @@ +# 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"
\ No newline at end of file |