1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-27 03:21:57 +01:00
helix/runtime/themes/vesper-transparent.toml
IwantHappiness 5287e43e5e
feat(theme): add vesper transparent theme (#15404)
* feat(theme): add vesper transparent theme

* fix(theme): remove alpha channel

* fix(theme): use inherits
2026-03-14 13:27:05 -05:00

26 lines
482 B
INI

# Author: IwantHappiness <IwantHappiness95@gmail.com>
inherits = "vesper"
"markup.raw" = { bg = "white" }
"markup.normal" = { bg = "white" }
"markup.heading" = { bg = "white" }
# UI
"ui.window" = { bg = "white" }
"ui.background" = { fg = "white" }
[palette]
red = "#ff8080"
gray = "#A0A0A0"
white = "#ffffff"
beige = "#ffc799"
black = "#101010"
dim-gray = "#505050"
dark-gray = "#1C1C1C"
bright-green = "#99FFE4"
cursor = "#aeafad"
comment = "#8b8b8b"
bg-selection = "#666666"