1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-03 17:20:38 +02:00
Files
helix/runtime/themes/seoul256-dark-soft.toml
2024-11-20 16:10:46 -06:00

16 lines
448 B
INI

# Seoul256 Dark Soft
# Author : EricHenry
# Original Creator: https://github.com/junegunn/seoul256.vim
inherits = "seoul256-dark"
"ui.background" = { bg = "gray8" }
"ui.gutter" = { bg = "gray6" }
"ui.cursorline.primary" = { bg = "gray5" }
"ui.gutter.selected" = { bg = "gray5" }
"ui.linenr.selected" = { bg = "gray5", fg = "magenta", modifiers = ["bold"] }
"ui.help" = { bg = "gray5" }
"ui.popup" = { bg = "gray5" }
"ui.menu" = { bg = "gray5" }