mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
448 B
TOML
16 lines
448 B
TOML
# 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" }
|