diff --git a/.config/X11/Xresources b/.config/X11/Xresources index 02c2954..875879b 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -1,4 +1,4 @@ -#include "/home/marc/.config/X11/colors/plastic" +#include "/home/marc/.config/X11/colors/current" Xft.antialias: true Xft.hinting: true diff --git a/.config/X11/colors/onehalf-dark b/.config/X11/colors/onehalf-dark new file mode 100644 index 0000000..47c941c --- /dev/null +++ b/.config/X11/colors/onehalf-dark @@ -0,0 +1,38 @@ +# Onehalf Colorscheme for Kitty +# Based on https://github.com/sonph/onehalf +# By https://github.com/dbinary + +*.foreground: #dcdfe4 +*.background: #282c34 + +! black +*.color0: #282c34 +*.color8: #282c36 + +! red +*.color1: #e06c75 +*.color9: #e06c75 + +! green +*.color2: #98c379 +*.color10: #98c379 + +! yellow +*.color3: #e5c07b +*.color11: #e5c07b + +! blue +*.color4: #61afef +*.color12: #61afef + +! magenta +*.color5: #c678dd +*.color13: #c678dd + +! cyan +*.color6: #56b6c2 +*.color14: #56b6c2 + +! white +*.color7: #dcdfe4 +*.color15: #dcdfe4 diff --git a/.config/X11/colors/onehalf-light b/.config/X11/colors/onehalf-light new file mode 100644 index 0000000..ddd2e39 --- /dev/null +++ b/.config/X11/colors/onehalf-light @@ -0,0 +1,38 @@ +# Onehalf Light Colorscheme for Kitty +# Based on https://github.com/sonph/onehalf +# By https://github.com/dbinary + +*.foreground: #383A42 +*.background: #FAFAFA + +! black +*.color0: #383A42 +*.color8: #383A42 + +! red +*.color1: #E45649 +*.color9: #E45649 + +! green +*.color2: #40A14F +*.color10: #40A14F + +! yellow +*.color3: #C18401 +*.color11: #C18401 + +! blue +*.color4: #0184BC +*.color12: #0184BC + +! magenta +*.color5: #A626A4 +*.color13: #A626A4 + +! cyan +*.color6: #0997B3 +*.color14: #0997B3 + +! white +*.color7: #FAFAFA +*.color15: #FAFAFA