Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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" }