diff --git a/config/colorschemes/kitty/WrynStPatricks.conf b/config/colorschemes/kitty/WrynStPatricks.conf new file mode 100644 index 0000000..81d594c --- /dev/null +++ b/config/colorschemes/kitty/WrynStPatricks.conf @@ -0,0 +1,21 @@ +background #021400 +foreground #FFFF00 +cursor #FFFF88 +selection_background #FFFF00 +selection_foreground #021400 +color0 #251615 +color8 #5f6978 +color1 #FE3500 +color9 #FFD700 +color2 #074B0F +color10 #78FF00 +color3 #F4FF00 +color11 #B4A059 +color4 #06FF84 +color12 #BFEA83 +color5 #007015 +color13 #004320 +color6 #07FF4F +color14 #346800 +color7 #827000 +color15 #585858 diff --git a/config/colorschemes/linux_console/WrynStPatricks.sh b/config/colorschemes/linux_console/WrynStPatricks.sh new file mode 100644 index 0000000..a3d8126 --- /dev/null +++ b/config/colorschemes/linux_console/WrynStPatricks.sh @@ -0,0 +1,52 @@ +#!/bin/sh + +############################## + +foreground='FFFF00' +background='021400' + +red='FE3500' +brightred='FE9800' + +green='074B0F' +brightgreen='78FF00' + +yellow='F4FF00' +brightyellow='FFD700' + +blue='06FF84' +brightblue='BFEA83' + +magenta='007015' +brightmagenta='007015' + +cyan='07FF4F' +brightcyan='346800' + +gray='252615' +brightgray='827000' + +############################## + + +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 diff --git a/config/kitty/theme.conf b/config/kitty/theme.conf index 83dfc47..01322e4 120000 --- a/config/kitty/theme.conf +++ b/config/kitty/theme.conf @@ -1 +1 @@ -/home/w0ryn/.wryn/config/colorschemes/kitty/WrynWinter.conf \ No newline at end of file +/home/w0ryn/.wryn/config/colorschemes/kitty/WrynStPatricks.conf \ No newline at end of file