Added valentines theme; various color updates added
This commit is contained in:
21
config/colorschemes/kitty/WrynValentines.conf
Normal file
21
config/colorschemes/kitty/WrynValentines.conf
Normal file
@ -0,0 +1,21 @@
|
||||
background #150015
|
||||
foreground #e3dfd2
|
||||
cursor #ffdddd
|
||||
selection_background #ff00aa
|
||||
color0 #460020
|
||||
color8 #900045
|
||||
color1 #db133f
|
||||
color9 #df5472
|
||||
color2 #dc39dc
|
||||
color10 #ed7bee
|
||||
color3 #7918f4
|
||||
color11 #7d72fe
|
||||
color4 #951255
|
||||
color12 #e75ba2
|
||||
color5 #7d1295
|
||||
color13 #934ba3
|
||||
color6 #f1195a
|
||||
color14 #e75c84
|
||||
color7 #deb88d
|
||||
color15 #fee3cd
|
||||
selection_foreground #ffffff
|
52
config/colorschemes/linux_console/WrynValentines.sh
Normal file
52
config/colorschemes/linux_console/WrynValentines.sh
Normal file
@ -0,0 +1,52 @@
|
||||
#!/bin/sh
|
||||
|
||||
##############################
|
||||
|
||||
foreground='E3DFD2'
|
||||
background='150015'
|
||||
|
||||
red='DB133F'
|
||||
brightred='DF5472'
|
||||
|
||||
green='DC39DC'
|
||||
brightgreen='ED7BEE'
|
||||
|
||||
yellow='7918F4'
|
||||
brightyellow='7D72FE'
|
||||
|
||||
blue='951255'
|
||||
brightblue='E75BA2'
|
||||
|
||||
magenta='7D1295'
|
||||
brightmagenta='934BA3'
|
||||
|
||||
cyan='DEB88D'
|
||||
brightcyan='FEE3CD'
|
||||
|
||||
gray='460020'
|
||||
brightgray='900045'
|
||||
|
||||
##############################
|
||||
|
||||
|
||||
if [ "$TERM" = "linux" ]; then
|
||||
/bin/echo -e "
|
||||
\e]P0$background
|
||||
\e]P1$red
|
||||
\e]P2$green
|
||||
\e]P3$yellow
|
||||
\e]P4$blue
|
||||
\e]P5$magenta
|
||||
\e]P6$cyan
|
||||
\e]P7$foreground
|
||||
\e]P8$brightred
|
||||
\e]P9$brightgreen
|
||||
\e]PA$brightyellow
|
||||
\e]PB$brightblue
|
||||
\e]PC$brightmagenta
|
||||
\e]PD$brightcyan
|
||||
\e]PE$gray
|
||||
\e]PF$brightgray
|
||||
"
|
||||
clear;
|
||||
fi
|
Reference in New Issue
Block a user