homes/common/.config/fish/functions/set_nightfox_vars.fish
2023-10-02 00:57:35 +02:00

29 lines
847 B
Fish
Executable file

# Set nightfox vars
#
# From https://github.com/EdenEast/nightfox.nvim/
#
function set_nightfox_vars -d "Set Nightfox vars for colors"
set -U nightfox_black 393b44
set -U nightfox_red c94f6d
set -U nightfox_green 81b29a
set -U nightfox_yellow dbc074
set -U nightfox_blue 719cd6
set -U nightfox_magenta 9d79d6
set -U nightfox_cyan 63cdcf
set -U nightfox_white dfdfe0
set -U nightfox_orange f4a261
set -U nightfox_pink d67ad2
set -U nightfox_comment 738091
set -U nightfox_bg0 131a24
set -U nightfox_bg1 192330
set -U nightfox_bg2 212e3f
set -U nightfox_bg3 29394f
set -U nightfox_bg4 39506d
set -U nightfox_fg0 d6d6d7
set -U nightfox_fg1 cdcecf
set -U nightfox_fg2 aeafb0
set -U nightfox_fg3 71839b
set -U nightfox_sel0 2b3b51
set -U nightfox_sel1 3c5372
end