Fix dotfiles structure
This commit is contained in:
59
.config/kitty/theme.conf
Executable file
59
.config/kitty/theme.conf
Executable file
@@ -0,0 +1,59 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Doom One
|
||||
## author: Henrik Lissner <https://github.com/hlissner>
|
||||
## license: MIT
|
||||
## blurb: Inspired by Atom's One Dark color scheme.
|
||||
|
||||
# The basic colors
|
||||
foreground #bbc2cf
|
||||
background #282c34
|
||||
selection_foreground #bbc2cf
|
||||
selection_background #3f444a
|
||||
|
||||
# Cursor colors
|
||||
cursor #bbc2cf
|
||||
cursor_text_color #282c34
|
||||
|
||||
# kitty window border colors
|
||||
active_border_color #46D9FF
|
||||
inactive_border_color #3f444a
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282c34
|
||||
active_tab_background #DFDFDF
|
||||
inactive_tab_foreground #3f444a
|
||||
inactive_tab_background #5B6268
|
||||
|
||||
# The basic 16 colors
|
||||
# black
|
||||
color0 #2a2e38
|
||||
color8 #3f444a
|
||||
|
||||
# red
|
||||
color1 #ff6c6b
|
||||
color9 #ff6655
|
||||
|
||||
# green
|
||||
color2 #98be65
|
||||
color10 #99bb66
|
||||
|
||||
# yellow
|
||||
color3 #ECBE7B
|
||||
color11 #ECBE7B
|
||||
|
||||
# blue
|
||||
color4 #51afef
|
||||
color12 #51afef
|
||||
|
||||
# magenta
|
||||
color5 #c678dd
|
||||
color13 #c678dd
|
||||
|
||||
# cyan
|
||||
color6 #46D9FF
|
||||
color14 #46D9FF
|
||||
|
||||
# white
|
||||
color7 #DFDFDF
|
||||
color15 #bbc2cf
|
||||
Reference in New Issue
Block a user