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.
helix/runtime/themes/seoul256-light-hard.toml

17 lines
569 B
TOML

# Seoul256 Light Hard
# Author : EricHenry
# Original Creator: https://github.com/junegunn/seoul256.vim
inherits = "seoul256-light"
"ui.background" = { bg = "gray11" }
"ui.cursor.match" = { bg = "gray10", modifiers = ["underlined"] }
"ui.gutter" = { bg = "white1" }
"ui.cursorline.primary" = { bg = "gray12" }
"ui.gutter.selected" = { bg = "gray12" }
"ui.linenr.selected" = { bg = "gray12", fg = "magenta", modifiers = ["bold"] }
"ui.help" = { fg = "black1", bg = "gray12" }
"ui.popup" = { fg = "black1", bg = "gray12" }
"ui.menu" = { fg = "black1", bg = "gray12" }