Added valentines theme; various color updates added

This commit is contained in:
Wryn Wagner
2021-02-05 15:49:22 -07:00
parent 6d40526325
commit 5ab6ef1037
8 changed files with 91 additions and 1 deletions

View 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

View 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

View File

@ -13,3 +13,7 @@
[pull]
default = current
rebase = true
[color]
diff = always
status = always
branch = always

View File

@ -1 +1 @@
/home/w0ryn/.wryn/config/colorschemes/kitty/WrynChristmas.conf
/home/w0ryn/.wryn/config/colorschemes/kitty/WrynValentines.conf

1
config/ripgrep/config Normal file
View File

@ -0,0 +1 @@
--color=always