forked from Mirrors/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.
15 lines
396 B
TOML
15 lines
396 B
TOML
# Author: Paul Graydon <p.y.graydon@gmail.com>
|
|
|
|
inherits = "tokyonight"
|
|
|
|
"ui.explorer.file" = { fg = "foreground" }
|
|
"ui.explorer.dir" = { fg = "blue" }
|
|
"ui.explorer.exe" = { fg = "foreground" }
|
|
"ui.explorer.focus" = { modifiers = ["reversed"] }
|
|
"ui.explorer.unfocus" = { bg = "background_highlight" }
|
|
|
|
[palette]
|
|
background = "#24283b"
|
|
background_highlight = "#373d5a"
|
|
background_menu = "#1f2335"
|