Switch Kitty to One Dark theme

This commit is contained in:
2021-10-25 15:10:47 -07:00
parent f8deb5760d
commit fd2bfdb34b
2 changed files with 28 additions and 46 deletions

View File

@@ -1,50 +1,32 @@
# vim:ft=kitty # One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano
## name: Nord # This work is licensed under the terms of the GPL-2.0 license.
## author: Connor Holyday # For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
## license: MIT
## upstream: https://raw.githubusercontent.com/connorholyday/nord-kitty/master/nord.conf
## blurb: An arctic, north-bluish clean and elegant Kitty theme.
# Nord Colorscheme for Kitty # Colors
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
foreground #D8DEE9 foreground #979eab
background #2E3440 background #282c34
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
# black color0 #282c34
color0 #3B4252 color1 #e06c75
color8 #4C566A color2 #98c379
color3 #e5c07b
color4 #61afef
color5 #be5046
color6 #56b6c2
color7 #979eab
color8 #393e48
color9 #d19a66
color10 #56b6c2
color11 #e5c07b
color12 #61afef
color13 #be5046
color14 #56b6c2
color15 #abb2bf
# red # Tab Bar
color1 #BF616A
color9 #BF616A
# green active_tab_foreground #282c34
color2 #A3BE8C active_tab_background #979eab
color10 #A3BE8C inactive_tab_foreground #abb2bf
inactive_tab_background #282c34
# yellow
color3 #EBCB8B
color11 #EBCB8B
# blue
color4 #81A1C1
color12 #81A1C1
# magenta
color5 #B48EAD
color13 #B48EAD
# cyan
color6 #88C0D0
color14 #8FBCBB
# white
color7 #E5E9F0
color15 #ECEFF4

View File

@@ -1346,6 +1346,6 @@ map ctrl+shift+page_up move_tab_backward
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Nord # One Dark
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME