newest version of dotfiles
This commit is contained in:
parent
4e44332045
commit
1f9d47b42c
11 changed files with 87 additions and 62 deletions
35
dot_config/kitty/current-theme.conf
Normal file
35
dot_config/kitty/current-theme.conf
Normal file
|
@ -0,0 +1,35 @@
|
|||
# vim:ft=kitty
|
||||
## name: Dracula
|
||||
## author: Keegan Carruthers-Smith
|
||||
## license: MIT
|
||||
## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf
|
||||
|
||||
foreground #f8f8f2
|
||||
background #282a36
|
||||
selection_foreground #ffffff
|
||||
selection_background #44475a
|
||||
url_color #8be9fd
|
||||
color0 #21222c
|
||||
color8 #6272a4
|
||||
color1 #ff5555
|
||||
color9 #ff6e6e
|
||||
color2 #50fa7b
|
||||
color10 #69ff94
|
||||
color3 #f1fa8c
|
||||
color11 #ffffa5
|
||||
color4 #bd93f9
|
||||
color12 #d6acff
|
||||
color5 #ff79c6
|
||||
color13 #ff92df
|
||||
color6 #8be9fd
|
||||
color14 #a4ffff
|
||||
color7 #f8f8f2
|
||||
color15 #ffffff
|
||||
cursor #f8f8f2
|
||||
cursor_text_color background
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6272a4
|
||||
mark1_foreground #282a36
|
||||
mark1_background #ff5555
|
|
@ -4,12 +4,12 @@ copy_on_select no
|
|||
strip_trailing_spaces smart
|
||||
window_padding_width 5
|
||||
enable_audio_bell no
|
||||
shell_integration enabled
|
||||
shell_integration disabled
|
||||
|
||||
# Fonts
|
||||
font_family FiraCode Nerd Font
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Rosé Pine Moon
|
||||
# Dracula
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue