Switch Kitty to Nord theme

This commit is contained in:
2021-10-19 14:37:53 -07:00
parent 9010d60cc1
commit a45b02ffa8
2 changed files with 56 additions and 3 deletions

50
kitty/current-theme.conf Normal file
View File

@@ -0,0 +1,50 @@
# vim:ft=kitty
## name: Nord
## author: Connor Holyday
## 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
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
foreground #D8DEE9
background #2E3440
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
# black
color0 #3B4252
color8 #4C566A
# red
color1 #BF616A
color9 #BF616A
# green
color2 #A3BE8C
color10 #A3BE8C
# 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

@@ -1,8 +1,5 @@
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
# Theme
include ./themes/Alucard.conf
#: Fonts {{{
#: kitty has very powerful font management. You can configure
@@ -1346,3 +1343,9 @@ map ctrl+shift+page_up move_tab_backward
#: }}}
# }}}
# BEGIN_KITTY_THEME
# Nord
include current-theme.conf
# END_KITTY_THEME