Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
56
themes/hacker/.config/kitty/hacker.conf
Normal file
56
themes/hacker/.config/kitty/hacker.conf
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
foreground #f4decd
|
||||
background #141514
|
||||
selection_foreground #141514
|
||||
selection_background #ef934d
|
||||
|
||||
url_color #71b4d6
|
||||
|
||||
# black
|
||||
color0 #141514
|
||||
color8 #2a2b2a
|
||||
|
||||
# red
|
||||
color1 #f16e65
|
||||
color9 #ff8a82
|
||||
|
||||
# green
|
||||
color2 #7ec97e
|
||||
color10 #a8e6a8
|
||||
|
||||
# yellow
|
||||
color3 #e8c97e
|
||||
color11 #f5dfa0
|
||||
|
||||
# blue
|
||||
color4 #71b4d6
|
||||
color12 #9ecfe8
|
||||
|
||||
# magenta
|
||||
color5 #ef934d
|
||||
color13 #f5b07a
|
||||
|
||||
# cyan
|
||||
color6 #7ec9c4
|
||||
color14 #a8e6e2
|
||||
|
||||
# white
|
||||
color7 #f4decd
|
||||
color15 #ffffff
|
||||
|
||||
# Cursor colors
|
||||
cursor #ef934d
|
||||
cursor_text_color background
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #141514
|
||||
active_tab_background #ef934d
|
||||
inactive_tab_foreground #6a6a6a
|
||||
inactive_tab_background #1e1f1e
|
||||
|
||||
# Marks
|
||||
mark1_foreground #141514
|
||||
mark1_background #f16e65
|
||||
|
||||
# Splits/Windows
|
||||
active_border_color #ef934d
|
||||
inactive_border_color #1e1f1e
|
||||
10
themes/hacker/.config/kitty/kitty.conf
Normal file
10
themes/hacker/.config/kitty/kitty.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
include hacker.conf
|
||||
|
||||
confirm_os_window_close 0
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="Iosevka Term"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
Loading…
Add table
Add a link
Reference in a new issue