pub / alabaster_hx

Alabaster theme for Helix
git clone src.jayvii.de/pub/alabaster_hx.git
Home | Log | Files | Exports | Refs | RSS

commit e2e7e4667d7d57525562e077592eaa02c3e71224
parent feec8c6295dbe82ace5526495e4476fc8a60c900
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 11 Jan 2026 17:33:28 +0100

feat: adjust dark mode colours

Diffstat:
Malabaster.toml | 2+-
Malabaster_dark.toml | 10+++++-----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/alabaster.toml b/alabaster.toml @@ -12,7 +12,7 @@ "ui.virtual" = "indent" "ui.virtual.ruler" = { bg = "bg_ui" } "ui.virtual.jump-label" = {fg = "fg", bg = "orange", modifiers = ["bold"]} -"ui.cursor.match" = {bg="bg_darker"} +"ui.cursor.match" = {bg="orange"} "ui.cursor" = {bg="cursor", fg="white"} "ui.debug" = {fg="orange"} "ui.highlight.frameline" = {bg="#da8581"} diff --git a/alabaster_dark.toml b/alabaster_dark.toml @@ -14,7 +14,7 @@ "ui.virtual" = "indent" "ui.virtual.ruler" = { bg = "bg_ui" } "ui.virtual.jump-label" = {fg = "fg", bg = "orange", modifiers = ["bold"]} -"ui.cursor.match" = {bg="bg_darker"} +"ui.cursor.match" = {bg="orange"} "ui.cursor" = {bg="cursor", fg="white"} "ui.debug" = {fg="orange"} "ui.highlight.frameline" = {bg="#da8581"} @@ -58,13 +58,13 @@ fg = "#eff0f1" fg_light = "#ffffff" status_bar_bg = "#444444" status_bar_fg = "#f7f7f7" -definitions = "#325CC0" -constants = "#7A3E9D" +definitions = "#73B8FF" +constants = "#D2A6FF" punctuation = "#444444" inact_status_bar_bg = "#333333" inact_status_bar_fg = "#ededed" -comment = "#AA3731" -string = "#448C27" +comment = "#F07178" +string = "#AAD94C" selected = "#BFDBFE" cursor = "#555555" red = "#e47c77"