Fish and kitty colors to tokio night storm
This commit is contained in:
parent
b6787ce03c
commit
739c88d727
@ -1,4 +1,5 @@
|
|||||||
fish_config theme choose "Dracula Official"
|
# fish_config theme choose "Dracula Official"
|
||||||
|
source ~/.config/fish/themes/tokyonight_storm.fish
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
|||||||
37
fish/themes/tokyonight_storm.fish
Normal file
37
fish/themes/tokyonight_storm.fish
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# TokyoNight Color Palette
|
||||||
|
set -l foreground c0caf5
|
||||||
|
set -l selection 2e3c64
|
||||||
|
set -l comment 565f89
|
||||||
|
set -l red f7768e
|
||||||
|
set -l orange ff9e64
|
||||||
|
set -l yellow e0af68
|
||||||
|
set -l green 9ece6a
|
||||||
|
set -l purple 9d7cd8
|
||||||
|
set -l cyan 7dcfff
|
||||||
|
set -l pink bb9af7
|
||||||
|
|
||||||
|
# Syntax Highlighting Colors
|
||||||
|
set -g fish_color_normal $foreground
|
||||||
|
set -g fish_color_command $cyan
|
||||||
|
set -g fish_color_keyword $pink
|
||||||
|
set -g fish_color_quote $yellow
|
||||||
|
set -g fish_color_redirection $foreground
|
||||||
|
set -g fish_color_end $orange
|
||||||
|
set -g fish_color_option $pink
|
||||||
|
set -g fish_color_error $red
|
||||||
|
set -g fish_color_param $purple
|
||||||
|
set -g fish_color_comment $comment
|
||||||
|
set -g fish_color_selection --background=$selection
|
||||||
|
set -g fish_color_search_match --background=$selection
|
||||||
|
set -g fish_color_operator $green
|
||||||
|
set -g fish_color_escape $pink
|
||||||
|
set -g fish_color_autosuggestion $comment
|
||||||
|
|
||||||
|
# Completion Pager Colors
|
||||||
|
set -g fish_pager_color_progress $comment
|
||||||
|
set -g fish_pager_color_prefix $cyan
|
||||||
|
set -g fish_pager_color_completion $foreground
|
||||||
|
set -g fish_pager_color_description $comment
|
||||||
|
set -g fish_pager_color_selected_background --background=$selection
|
||||||
|
|
||||||
|
|
||||||
@ -1,50 +1,50 @@
|
|||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|
||||||
## name: Tokyo Night Moon
|
## name: Tokyo Night Storm
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## author: Folke Lemaitre
|
## author: Folke Lemaitre
|
||||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf
|
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_storm.conf
|
||||||
|
|
||||||
|
|
||||||
background #222436
|
background #24283b
|
||||||
foreground #c8d3f5
|
foreground #c0caf5
|
||||||
selection_background #2d3f76
|
selection_background #2e3c64
|
||||||
selection_foreground #c8d3f5
|
selection_foreground #c0caf5
|
||||||
url_color #4fd6be
|
url_color #73daca
|
||||||
cursor #c8d3f5
|
cursor #c0caf5
|
||||||
cursor_text_color #222436
|
cursor_text_color #24283b
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
active_tab_background #82aaff
|
active_tab_background #7aa2f7
|
||||||
active_tab_foreground #1e2030
|
active_tab_foreground #1f2335
|
||||||
inactive_tab_background #2f334d
|
inactive_tab_background #292e42
|
||||||
inactive_tab_foreground #545c7e
|
inactive_tab_foreground #545c7e
|
||||||
#tab_bar_background #1b1d2b
|
#tab_bar_background #1d202f
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
active_border_color #82aaff
|
active_border_color #7aa2f7
|
||||||
inactive_border_color #2f334d
|
inactive_border_color #292e42
|
||||||
|
|
||||||
# normal
|
# normal
|
||||||
color0 #1b1d2b
|
color0 #1d202f
|
||||||
color1 #ff757f
|
color1 #f7768e
|
||||||
color2 #c3e88d
|
color2 #9ece6a
|
||||||
color3 #ffc777
|
color3 #e0af68
|
||||||
color4 #82aaff
|
color4 #7aa2f7
|
||||||
color5 #c099ff
|
color5 #bb9af7
|
||||||
color6 #86e1fc
|
color6 #7dcfff
|
||||||
color7 #828bb8
|
color7 #a9b1d6
|
||||||
|
|
||||||
# bright
|
# bright
|
||||||
color8 #444a73
|
color8 #414868
|
||||||
color9 #ff757f
|
color9 #f7768e
|
||||||
color10 #c3e88d
|
color10 #9ece6a
|
||||||
color11 #ffc777
|
color11 #e0af68
|
||||||
color12 #82aaff
|
color12 #7aa2f7
|
||||||
color13 #c099ff
|
color13 #bb9af7
|
||||||
color14 #86e1fc
|
color14 #7dcfff
|
||||||
color15 #c8d3f5
|
color15 #c0caf5
|
||||||
|
|
||||||
# extended colors
|
# extended colors
|
||||||
color16 #ff966c
|
color16 #ff9e64
|
||||||
color17 #c53b53
|
color17 #db4b4b
|
||||||
|
|||||||
@ -193,6 +193,6 @@ map alt+down neighboring_window down
|
|||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Tokyo Night Moon
|
# Tokyo Night Storm
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user