Compare commits
2 Commits
46851d3bf1
...
9061f1beee
Author | SHA1 | Date | |
---|---|---|---|
9061f1beee | |||
afdbd10fde |
33
dot_config/kitty/Gruvbox.conf
Normal file
33
dot_config/kitty/Gruvbox.conf
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
## name: Gruvbox Dark Hard
|
||||||
|
## author: Pavel Pertsev
|
||||||
|
## license: MIT/X11
|
||||||
|
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark-hard.conf
|
||||||
|
|
||||||
|
|
||||||
|
selection_foreground #ebdbb2
|
||||||
|
selection_background #d65d0e
|
||||||
|
|
||||||
|
background #1d2021
|
||||||
|
foreground #ebdbb2
|
||||||
|
|
||||||
|
color0 #3c3836
|
||||||
|
color1 #cc241d
|
||||||
|
color2 #98971a
|
||||||
|
color3 #d79921
|
||||||
|
color4 #458588
|
||||||
|
color5 #b16286
|
||||||
|
color6 #689d6a
|
||||||
|
color7 #a89984
|
||||||
|
color8 #928374
|
||||||
|
color9 #fb4934
|
||||||
|
color10 #b8bb26
|
||||||
|
color11 #fabd2f
|
||||||
|
color12 #83a598
|
||||||
|
color13 #d3869b
|
||||||
|
color14 #8ec07c
|
||||||
|
color15 #fbf1c7
|
||||||
|
|
||||||
|
cursor #bdae93
|
||||||
|
cursor_text_color #665c54
|
||||||
|
|
||||||
|
url_color #458588
|
73
dot_config/kitty/Nord.conf
Normal file
73
dot_config/kitty/Nord.conf
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
# vim:ft=kitty
|
||||||
|
## name: Nord
|
||||||
|
## author: Eric N. Vander Weele
|
||||||
|
## upstream: https://www.nordtheme.com/
|
||||||
|
## blurb: Nord theme utilizing the full Frost and Aurora palette.
|
||||||
|
|
||||||
|
# Basic colors
|
||||||
|
foreground #d8dee9
|
||||||
|
background #2e3440
|
||||||
|
selection_foreground #d8dee9
|
||||||
|
selection_background #434c5e
|
||||||
|
|
||||||
|
# Cursor colors
|
||||||
|
cursor #d8dee9
|
||||||
|
cursor_text_color #3b4252
|
||||||
|
|
||||||
|
# URL underline color when hovering with mouse
|
||||||
|
url_color #0087bd
|
||||||
|
|
||||||
|
# Window border colors and terminal bell colors
|
||||||
|
active_border_color #81a1c1
|
||||||
|
inactive_border_color #4c566a
|
||||||
|
bell_border_color #88c0d0
|
||||||
|
visual_bell_color none
|
||||||
|
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #3b4252
|
||||||
|
active_tab_background #88c0d0
|
||||||
|
inactive_tab_foreground #e5e9f0
|
||||||
|
inactive_tab_background #4c566a
|
||||||
|
tab_bar_background #3b4252
|
||||||
|
tab_bar_margin_color none
|
||||||
|
|
||||||
|
# Mark colors (marked text in the terminal)
|
||||||
|
mark1_foreground #3b4252
|
||||||
|
mark1_background #88c0d0
|
||||||
|
mark2_foreground #3b4252
|
||||||
|
mark2_background #bf616a
|
||||||
|
mark3_foreground #3b4252
|
||||||
|
mark3_background #ebcb8b
|
||||||
|
|
||||||
|
# The basic 16 colors
|
||||||
|
# black
|
||||||
|
color0 #3b4252
|
||||||
|
color8 #4c566a
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #bf616a
|
||||||
|
color9 #bf616a
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #a3be8c
|
||||||
|
color10 #a3be8c
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #ebcb8b
|
||||||
|
color11 #d08770
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #81a1c1
|
||||||
|
color12 #5e81ac
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #b48ead
|
||||||
|
color13 #b48ead
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #88c0d0
|
||||||
|
color14 #8fbcbb
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #e5e9f0
|
||||||
|
color15 #eceff4
|
Loading…
Reference in New Issue
Block a user