From 498868c676915cb50470b28137522581262c3802 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 16 Oct 2024 15:30:52 -0600 Subject: [PATCH] halloween colorscheme --- colorschemes/active/alacritty.toml | 28 ++++++------ colorschemes/active/alacritty.yaml | 28 ++++++------ colorschemes/active/getty.sh | 4 +- colorschemes/active/kitty.conf | 28 ++++++------ colorschemes/active/name.txt | 2 +- colorschemes/active/polybar.ini | 10 ++-- colorschemes/active/rofi.rasi | 12 ++--- colorschemes/active/source.yaml | 2 +- colorschemes/halloween.yaml | 73 ++++++++++++++++++++++++++++++ 9 files changed, 130 insertions(+), 57 deletions(-) create mode 100644 colorschemes/halloween.yaml diff --git a/colorschemes/active/alacritty.toml b/colorschemes/active/alacritty.toml index 122b18e..240d24f 100644 --- a/colorschemes/active/alacritty.toml +++ b/colorschemes/active/alacritty.toml @@ -1,7 +1,7 @@ # do not edit; generated by scwrypts -# theme : main +# theme : halloween [colors.cursor] -cursor = '0xeeddff' +cursor = '0xefe5f9' [colors.primary] background = '0x000505' @@ -9,20 +9,20 @@ foreground = '0xd0f0f0' [colors.normal] black = '0x000505' -red = '0xc80064' -green = '0x11bb98' -yellow = '0x6911aa' -blue = '0x2262bb' -magenta = '0x9922dd' -cyan = '0x22ccba' +red = '0x00f900' +green = '0xff6f00' +yellow = '0x8b41d5' +blue = '0xac0041' +magenta = '0x750dcc' +cyan = '0x00f900' white = '0xd0f0f0' [colors.bright] black = '0x424253' -red = '0xff44ff' -green = '0x44dddd' -yellow = '0xaa44ff' -blue = '0x229df6' -magenta = '0xdd88ff' -cyan = '0x88ffff' +red = '0xa3ff90' +green = '0xffe082' +yellow = '0xbb94e6' +blue = '0xff283e' +magenta = '0xd6bff0' +cyan = '0xcbffbe' white = '0x7e707e' diff --git a/colorschemes/active/alacritty.yaml b/colorschemes/active/alacritty.yaml index ca1d07e..372cc6a 100644 --- a/colorschemes/active/alacritty.yaml +++ b/colorschemes/active/alacritty.yaml @@ -1,27 +1,27 @@ --- # yamllint disable rule:colons # do not edit; generated by scwrypts -# theme : main +# theme : halloween colors: primary: background: '0x000505' foreground: '0xd0f0f0' cursor: - cursor: '0xeeddff' + cursor: '0xefe5f9' normal: black: '0x000505' - red: '0xc80064' - green: '0x11bb98' - yellow: '0x6911aa' - blue: '0x2262bb' - magenta: '0x9922dd' - cyan: '0x22ccba' + red: '0x00f900' + green: '0xff6f00' + yellow: '0x8b41d5' + blue: '0xac0041' + magenta: '0x750dcc' + cyan: '0x00f900' white: '0xd0f0f0' bright: black: '0x424253' - red: '0xff44ff' - green: '0x44dddd' - yellow: '0xaa44ff' - blue: '0x229df6' - magenta: '0xdd88ff' - cyan: '0x88ffff' + red: '0xa3ff90' + green: '0xffe082' + yellow: '0xbb94e6' + blue: '0xff283e' + magenta: '0xd6bff0' + cyan: '0xcbffbe' white: '0x7e707e' diff --git a/colorschemes/active/getty.sh b/colorschemes/active/getty.sh index e7666bf..50cc442 100644 --- a/colorschemes/active/getty.sh +++ b/colorschemes/active/getty.sh @@ -1,11 +1,11 @@ #!/bin/sh # do not edit; generated by scwrypts -# theme : main +# theme : halloween # # source this file to apply colorscheme to linux getty # [[ "$TERM" =~ ^linux$ ]] || return 0 -/bin/echo -e " ]P0000505 ]P1c80064 ]P211bb98 ]P36911aa ]P42262bb ]P59922dd ]P622ccba ]P7d0f0f0 ]P8ff44ff ]P944dddd ]PAaa44ff ]PB229df6 ]PCdd88ff ]PD88ffff ]PEd0f0f0 ]PF7e707e " +/bin/echo -e " ]P0000505 ]P100f900 ]P2ff6f00 ]P38b41d5 ]P4ac0041 ]P5750dcc ]P600f900 ]P7d0f0f0 ]P8a3ff90 ]P9ffe082 ]PAbb94e6 ]PBff283e ]PCd6bff0 ]PDcbffbe ]PEd0f0f0 ]PF7e707e " [ ! $NO_CLEAR ] && clear return 0 sed $d diff --git a/colorschemes/active/kitty.conf b/colorschemes/active/kitty.conf index 634caf5..330b335 100644 --- a/colorschemes/active/kitty.conf +++ b/colorschemes/active/kitty.conf @@ -1,22 +1,22 @@ # do not edit; generated by scwrypts -# theme : main +# theme : halloween color0 #000505 -color1 #c80064 -color2 #11bb98 -color3 #6911aa -color4 #2262bb -color5 #9922dd -color6 #22ccba +color1 #00f900 +color2 #ff6f00 +color3 #8b41d5 +color4 #ac0041 +color5 #750dcc +color6 #00f900 color7 #d0f0f0 color8 #424253 -color9 #ff44ff -color10 #44dddd -color11 #aa44ff -color12 #229df6 -color13 #dd88ff -color14 #88ffff +color9 #a3ff90 +color10 #ffe082 +color11 #bb94e6 +color12 #ff283e +color13 #d6bff0 +color14 #cbffbe color15 #7e707e -cursor #eeddff +cursor #efe5f9 background #000505 foreground #d0f0f0 selection_background # diff --git a/colorschemes/active/name.txt b/colorschemes/active/name.txt index ba2906d..8bfed29 100644 --- a/colorschemes/active/name.txt +++ b/colorschemes/active/name.txt @@ -1 +1 @@ -main +halloween diff --git a/colorschemes/active/polybar.ini b/colorschemes/active/polybar.ini index 0356788..5cb46bb 100644 --- a/colorschemes/active/polybar.ini +++ b/colorschemes/active/polybar.ini @@ -1,13 +1,13 @@ # do not edit; generated by scwrypts -# theme : main +# theme : halloween [colors] background = #000505 foreground = #d0f0f0 -background-alt = #6911aa +background-alt = #8b41d5 foreground-alt = #d0f0f0 -primary = #6911aa -secondary = #11bb98 -alert = #c80064 +primary = #8b41d5 +secondary = #ff6f00 +alert = #00f900 disabled = #424253 primary-gradient-0 = #420069 diff --git a/colorschemes/active/rofi.rasi b/colorschemes/active/rofi.rasi index aba6a98..cbe0177 100644 --- a/colorschemes/active/rofi.rasi +++ b/colorschemes/active/rofi.rasi @@ -1,14 +1,14 @@ /** * do not edit; generated by scwrypts - * theme : main + * theme : halloween **/ *{ - background: #001129; - foreground: #d0f0f0; - background-alt: #9922dd; + background: #ff6f00; + foreground: #000505; + background-alt: #a066dd; foreground-alt: #000505; selected: #000505; - active: #6911aa; - urgent: #c80064; + active: #8b41d5; + urgent: #00f900; } diff --git a/colorschemes/active/source.yaml b/colorschemes/active/source.yaml index 760cb56..7e0cac3 120000 --- a/colorschemes/active/source.yaml +++ b/colorschemes/active/source.yaml @@ -1 +1 @@ -/home/w0ryn/.wryn/colorschemes/main.yaml \ No newline at end of file +/home/w0ryn/.wryn/colorschemes/halloween.yaml \ No newline at end of file diff --git a/colorschemes/halloween.yaml b/colorschemes/halloween.yaml new file mode 100644 index 0000000..3ebe2ab --- /dev/null +++ b/colorschemes/halloween.yaml @@ -0,0 +1,73 @@ +--- # yamllint disable rule:colons +ansi: + blue: + regular: '#ac0041' + bright: '#ff283e' + + magenta: + regular: .material.primary.500 + bright: .material.primary.100 + + cyan: + regular: .material.error.500 + bright: .material.error.100 + +material: + base: + primary: .material.primary.400 + secondary: .material.secondary.900 + foreground: + primary: .material.foreground.primary.400 + secondary: .material.foreground.secondary.900 + + primary: + 50: '#efe5f9' + 100: '#d6bff0' + 200: '#bb94e6' + 300: '#a066dd' + 400: '#8b41d5' + 500: '#750dcc' + 600: '#6b04c7' + 700: '#5c00be' + 800: '#4e00b8' + 900: '#3700aa' + + secondary: + 50: '#fff8e1' + 100: '#ffecb3' + 200: '#ffe082' + 300: '#ffd54f' + 400: '#ffca28' + 500: '#ffc106' + 600: '#ffb300' + 700: '#ffa000' + 800: '#ff8f00' + 900: '#ff6f00' + + error: + 50: '#eaffe5' + 100: '#cbffbe' + 200: '#a3ff90' + 300: '#6cff57' + 400: '#00fc00' + 500: '#00f900' + 600: '#00e700' + 700: '#00d100' + 800: '#00bc00' + 900: '#009600' + + foreground: + primary: + 400: .ansi.gray.white + secondary: + 500: .ansi.gray.black + 600: .ansi.gray.black + 700: .ansi.gray.black + 800: .ansi.gray.black + 900: .ansi.gray.black + error: + 500: .ansi.gray.black + 600: .ansi.gray.black + 700: .ansi.gray.black + 800: .ansi.gray.black + 900: .ansi.gray.black