diff --git a/config/colorschemes/kitty/WrynSummer.conf b/config/colorschemes/kitty/WrynSummer.conf new file mode 100644 index 0000000..00af57e --- /dev/null +++ b/config/colorschemes/kitty/WrynSummer.conf @@ -0,0 +1,21 @@ +background #050000 +foreground #DDFFDD +cursor #A52000 +selection_background #A52000 +selection_foreground #000000 +color0 #101313 +color8 #3A4044 +color1 #E60000 +color9 #A61515 +color2 #53AB00 +color10 #5ED200 +color3 #BCBA00 +color11 #F0F674 +color4 #2A8DAE +color12 #6187CF +color5 #AB0494 +color13 #F04EC9 +color6 #FF8800 +color14 #D78E53 +color7 #A0A9AA +color15 #787884 diff --git a/config/colorschemes/linux_console/CurrentKitty b/config/colorschemes/linux_console/CurrentKitty new file mode 100644 index 0000000..08da3cc --- /dev/null +++ b/config/colorschemes/linux_console/CurrentKitty @@ -0,0 +1,28 @@ +#!/bin/sh + +GET_COLOR_FROM_KITTY_THEME() { + grep "$1" $DOTWRYN/config/kitty/theme.conf | awk '{print $2}' | sed 's/ //g; s/#//g' | tr '[:lower:]' '[:upper:]' +} + +if [ "$TERM" = "linux" ]; then + /bin/echo -e "\ + \e]P0$(GET_COLOR_FROM_KITTY_THEME '^background ') + \e]P1$(GET_COLOR_FROM_KITTY_THEME '^color1 ') + \e]P2$(GET_COLOR_FROM_KITTY_THEME '^color2 ') + \e]P3$(GET_COLOR_FROM_KITTY_THEME '^color3 ') + \e]P4$(GET_COLOR_FROM_KITTY_THEME '^color4 ') + \e]P5$(GET_COLOR_FROM_KITTY_THEME '^color5 ') + \e]P6$(GET_COLOR_FROM_KITTY_THEME '^color6 ') + \e]P7$(GET_COLOR_FROM_KITTY_THEME '^foreground ') + \e]P8$(GET_COLOR_FROM_KITTY_THEME '^color9 ') + \e]P9$(GET_COLOR_FROM_KITTY_THEME '^color10 ') + \e]PA$(GET_COLOR_FROM_KITTY_THEME '^color11 ') + \e]PB$(GET_COLOR_FROM_KITTY_THEME '^color12 ') + \e]PC$(GET_COLOR_FROM_KITTY_THEME '^color13 ') + \e]PD$(GET_COLOR_FROM_KITTY_THEME '^color14 ') + \e]PE$(GET_COLOR_FROM_KITTY_THEME '^color7 ') + \e]PF$(GET_COLOR_FROM_KITTY_THEME '^color15 ') + " + clear; +fi + diff --git a/config/colorschemes/linux_console/WrynChristmas.sh b/config/colorschemes/linux_console/WrynChristmas similarity index 100% rename from config/colorschemes/linux_console/WrynChristmas.sh rename to config/colorschemes/linux_console/WrynChristmas diff --git a/config/colorschemes/linux_console/WrynHalloween.sh b/config/colorschemes/linux_console/WrynHalloween similarity index 100% rename from config/colorschemes/linux_console/WrynHalloween.sh rename to config/colorschemes/linux_console/WrynHalloween diff --git a/config/colorschemes/linux_console/WrynStPatricks.sh b/config/colorschemes/linux_console/WrynStPatricks.sh deleted file mode 100644 index 388896f..0000000 --- a/config/colorschemes/linux_console/WrynStPatricks.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh - -############################## - -foreground='5CBC84' -background='051000' - -red='AAAA00' -brightred='FFFF00' - -green='FFFF00' -brightgreen='AAAA00' - -yellow='78FF00' -brightyellow='008B20' - -blue='00FF88' -brightblue='BFEA83' - -magenta='00A000' -brightmagenta='005000' - -cyan='07FF4F' -brightcyan='648800' - -gray='00FF00' -brightgray='00AA00' - -############################## - - -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/colorschemes/linux_console/WrynValentines.sh b/config/colorschemes/linux_console/WrynValentines similarity index 100% rename from config/colorschemes/linux_console/WrynValentines.sh rename to config/colorschemes/linux_console/WrynValentines diff --git a/config/kitty/alternate.conf b/config/kitty/alternate.conf index 83dfc47..bc2154a 120000 --- a/config/kitty/alternate.conf +++ b/config/kitty/alternate.conf @@ -1 +1 @@ -/home/w0ryn/.wryn/config/colorschemes/kitty/WrynWinter.conf \ No newline at end of file +/home/w0ryn/.wryn/config/colorschemes/kitty/WrynAutumn.conf \ No newline at end of file diff --git a/config/kitty/theme.conf b/config/kitty/theme.conf index 8b20388..2ae9c50 120000 --- a/config/kitty/theme.conf +++ b/config/kitty/theme.conf @@ -1 +1 @@ -/home/w0ryn/.wryn/config/colorschemes/kitty/WrynSpring.conf \ No newline at end of file +/home/w0ryn/.wryn/config/colorschemes/kitty/WrynSummer.conf \ No newline at end of file