Refactor kitty configurations

This commit is contained in:
Talia 2020-05-26 18:47:36 +02:00
parent 67042553eb
commit f3835f3a38
4 changed files with 62 additions and 29 deletions

2
bashrc
View File

@ -63,7 +63,7 @@ export PS1nogit='\[\033[00;34m\]┌─╼ \033[00;31m$(rlevel)\[\033[01;35m\]\u\
export PS1git='\[\033[00;37m\]$(numjobs ⚒)\[\033[00;37m\]$(gitprompt || dirs +0) \[\033[00;36m\]$(gitpath) \[\033[00;36m\]$(rlevel 🥆 ·) export PS1git='\[\033[00;37m\]$(numjobs ⚒)\[\033[00;37m\]$(gitprompt || dirs +0) \[\033[00;36m\]$(gitpath) \[\033[00;36m\]$(rlevel 🥆 ·)
\[\033[00;34m\]\[\033[00m\]' \[\033[00;34m\]\[\033[00m\]'
export PS1gitlong='\[\033[00;37m\]$(numjobs ⚒ ·)\[\033[00;37m\]$(gitprompt || dirs +0) \[\033[00;37m\]$(git log --oneline --no-decorate -1 2>/dev/null) export PS1gitlong='\[\033[00;37m\]$(numjobs ⚒ ·)\[\033[00;37m\]$(gitprompt || dirs +0) \[\033[00;30m\]$(git log --oneline --no-decorate -1 2>/dev/null)
\[\033[00;36m\]$(rlevel 🥆 ·)\[\033[00;36m\]$(gitpath)\[\033[00;31m\]» \[\033[00m\]' \[\033[00;36m\]$(rlevel 🥆 ·)\[\033[00;36m\]$(gitpath)\[\033[00;31m\]» \[\033[00m\]'
prompt() { prompt() {

View File

@ -1,36 +1,11 @@
font_family Hack font_family Hack
font_size 13 font_size 14
update_check_interval 0 update_check_interval 0
foreground #ffffff
background #2F2F2F
dynamic_background_opacity yes dynamic_background_opacity yes
background_opacity 1.0 background_opacity 1.0
# Black window_margin_width 0
color0 #2E3436 window_padding_width 0
color8 #434343
# Red
color1 #BF2A40
color9 #DD636A
# Green
color2 #5BA713
color10 #90EE34
# Yellow
color3 #BC9329
color11 #EECE25
# Blue
color4 #2E79E9
color12 #6DA7FF
# Magenta
color5 #7C4DFF
color13 #AB8EFF
# Cyan
color6 #0EB5EB
color14 #64DCFF
# White
color7 #9EA29A
color15 #CBCBCB

29
kitty_dark.conf Normal file
View File

@ -0,0 +1,29 @@
foreground #ffffff
background #2F2F2F
cursor #ffffff
cursor_text_color #2F2F2F
# Black
color0 #2E3436
color8 #434343
# Red
color1 #BF2A40
color9 #DD636A
# Green
color2 #5BA713
color10 #90EE34
# Yellow
color3 #BC9329
color11 #EECE25
# Blue
color4 #2E79E9
color12 #6DA7FF
# Magenta
color5 #7C4DFF
color13 #AB8EFF
# Cyan
color6 #0EB5EB
color14 #64DCFF
# White
color7 #9EA29A
color15 #CBCBCB

29
kitty_light.conf Normal file
View File

@ -0,0 +1,29 @@
foreground #000000
background #D9D9D9
cursor #2B2B2B
cursor_text_color #D9D9D9
# Black
color0 #2B2B2B
color8 #2E3436
# Red
color1 #DE0461
color9 #E62C7B
# Green
color2 #3AB407
color10 #47AE17
# Yellow
color3 #D28511
color11 #DAA211
# Blue
color4 #0B3193
color12 #1346C9
# Magenta
color5 #5009EB
color13 #7336F4
# Cyan
color6 #097C95
color14 #10B6CE
# White
color7 #E9E9E9
color15 #F9F9F9