diff options
author | ves | 2024-02-12 16:49:42 +0000 |
---|---|---|
committer | GitHub | 2024-02-12 16:49:42 +0000 |
commit | fd7b722dfb15b1e2211e1bcce5b2631113d1741e (patch) | |
tree | 4af61ac5c262f5c76412d6ab97d4a3c37f3e428d /runtime | |
parent | 661e12315279ac9032632e51bf32d4e36025f5af (diff) |
theme: horizon-dark fix constructor color (#9493)
* theme: add horizon-dark
* fix whitespace color and gutter selected
* taplo fmt
* markup and color tweaks
markup colors
diff colors
better comment and menu colors
* horizon-dark: fix constructor color
makes Some and None to look better and more like the vscode theme
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/horizon-dark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/horizon-dark.toml b/runtime/themes/horizon-dark.toml index aec113df..2ab10e91 100644 --- a/runtime/themes/horizon-dark.toml +++ b/runtime/themes/horizon-dark.toml @@ -11,6 +11,7 @@ keyword = "purple" function = "blue" label = "orange" type = "orange" +constructor = "orange" namespace = "orange" # User Interface |