From 7dff111a84aff98933e248220d0c90e2bc22ae3d Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 23 Apr 2024 15:04:03 -0600 Subject: [PATCH] spring colorscheme setup --- colorschemes/active/alacritty.toml | 34 +++++++------- colorschemes/active/alacritty.yaml | 34 +++++++------- colorschemes/active/default.yaml | 2 +- colorschemes/active/getty.sh | 4 +- colorschemes/active/kitty.conf | 32 +++++++------- colorschemes/active/name.txt | 1 + colorschemes/active/polybar.ini | 15 ++++--- colorschemes/active/rofi.rasi | 11 ++--- colorschemes/active/source.yaml | 2 +- colorschemes/spring-sunset.yaml | 71 ++++++++++++++++++++++++++++++ 10 files changed, 142 insertions(+), 64 deletions(-) create mode 100644 colorschemes/active/name.txt create mode 100644 colorschemes/spring-sunset.yaml diff --git a/colorschemes/active/alacritty.toml b/colorschemes/active/alacritty.toml index 122b18e..a76d82c 100644 --- a/colorschemes/active/alacritty.toml +++ b/colorschemes/active/alacritty.toml @@ -1,28 +1,30 @@ # do not edit; generated by scwrypts -# theme : main +# theme : spring-sunset [colors.cursor] -cursor = '0xeeddff' +cursor = '0xfdfbe7' [colors.primary] -background = '0x000505' -foreground = '0xd0f0f0' +background = '0x0b1e32' +foreground = '0xe8eaf7' [colors.normal] black = '0x000505' -red = '0xc80064' -green = '0x11bb98' -yellow = '0x6911aa' -blue = '0x2262bb' -magenta = '0x9922dd' -cyan = '0x22ccba' +red = '0xf12875' +green = '0x5c68c4' +yellow = '0xf2e044' +blue = '0x5ab5e0' +magenta = '0xf5e878' +cyan = '0x7983ce' white = '0xd0f0f0' [colors.bright] black = '0x424253' -red = '0xff44ff' -green = '0x44dddd' -yellow = '0xaa44ff' -blue = '0x229df6' -magenta = '0xdd88ff' -cyan = '0x88ffff' +red = '0xf694bc' +green = '0x9fa6dc' +yellow = '0xf8ef9e' +blue = '0xb9e5f4' +magenta = '0xfbf5c4' +cyan = '0xc5c9ea' white = '0x7e707e' +[window] +opacity = 0.85 diff --git a/colorschemes/active/alacritty.yaml b/colorschemes/active/alacritty.yaml index ca1d07e..0e227ae 100644 --- a/colorschemes/active/alacritty.yaml +++ b/colorschemes/active/alacritty.yaml @@ -1,27 +1,29 @@ --- # yamllint disable rule:colons # do not edit; generated by scwrypts -# theme : main +# theme : spring-sunset colors: primary: - background: '0x000505' - foreground: '0xd0f0f0' + background: '0x0b1e32' + foreground: '0xe8eaf7' cursor: - cursor: '0xeeddff' + cursor: '0xfdfbe7' normal: black: '0x000505' - red: '0xc80064' - green: '0x11bb98' - yellow: '0x6911aa' - blue: '0x2262bb' - magenta: '0x9922dd' - cyan: '0x22ccba' + red: '0xf12875' + green: '0x5c68c4' + yellow: '0xf2e044' + blue: '0x5ab5e0' + magenta: '0xf5e878' + cyan: '0x7983ce' white: '0xd0f0f0' bright: black: '0x424253' - red: '0xff44ff' - green: '0x44dddd' - yellow: '0xaa44ff' - blue: '0x229df6' - magenta: '0xdd88ff' - cyan: '0x88ffff' + red: '0xf694bc' + green: '0x9fa6dc' + yellow: '0xf8ef9e' + blue: '0xb9e5f4' + magenta: '0xfbf5c4' + cyan: '0xc5c9ea' white: '0x7e707e' +window: + opacity: 0.8 \ No newline at end of file diff --git a/colorschemes/active/default.yaml b/colorschemes/active/default.yaml index 0484ad3..d36e768 100644 --- a/colorschemes/active/default.yaml +++ b/colorschemes/active/default.yaml @@ -38,7 +38,7 @@ material: secondary: .material.foreground.secondary.500 error: .material.foreground.error.500 - foreground: + foreground: # default (50-400 = black) (500-900 = white) primary: 50: .ansi.gray.black 100: .ansi.gray.black diff --git a/colorschemes/active/getty.sh b/colorschemes/active/getty.sh index e7666bf..1757bd6 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 : spring-sunset # # 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 " ]P00b1e32 ]P1f12875 ]P25c68c4 ]P3f2e044 ]P45ab5e0 ]P5f5e878 ]P67983ce ]P7e8eaf7 ]P8f694bc ]P99fa6dc ]PAf8ef9e ]PBb9e5f4 ]PCfbf5c4 ]PDc5c9ea ]PEd0f0f0 ]PF7e707e " [ ! $NO_CLEAR ] && clear return 0 sed $d diff --git a/colorschemes/active/kitty.conf b/colorschemes/active/kitty.conf index 634caf5..ee5678c 100644 --- a/colorschemes/active/kitty.conf +++ b/colorschemes/active/kitty.conf @@ -1,23 +1,23 @@ # do not edit; generated by scwrypts -# theme : main +# theme : spring-sunset color0 #000505 -color1 #c80064 -color2 #11bb98 -color3 #6911aa -color4 #2262bb -color5 #9922dd -color6 #22ccba +color1 #f12875 +color2 #5c68c4 +color3 #f2e044 +color4 #5ab5e0 +color5 #f5e878 +color6 #7983ce color7 #d0f0f0 color8 #424253 -color9 #ff44ff -color10 #44dddd -color11 #aa44ff -color12 #229df6 -color13 #dd88ff -color14 #88ffff +color9 #f694bc +color10 #9fa6dc +color11 #f8ef9e +color12 #b9e5f4 +color13 #fbf5c4 +color14 #c5c9ea color15 #7e707e -cursor #eeddff -background #000505 -foreground #d0f0f0 +cursor #fdfbe7 +background #0b1e32 +foreground #e8eaf7 selection_background # selection_foreground # diff --git a/colorschemes/active/name.txt b/colorschemes/active/name.txt new file mode 100644 index 0000000..7e76c41 --- /dev/null +++ b/colorschemes/active/name.txt @@ -0,0 +1 @@ +spring-sunset diff --git a/colorschemes/active/polybar.ini b/colorschemes/active/polybar.ini index a7c4360..96574ac 100644 --- a/colorschemes/active/polybar.ini +++ b/colorschemes/active/polybar.ini @@ -1,10 +1,11 @@ # do not edit; generated by scwrypts -# theme : main +# theme : spring-sunset [colors] -background = #000505 -background-alt = #6911aa -foreground = #d0f0f0 -primary = #6911aa -secondary = #11bb98 -alert = #c80064 +background = #0b1e32 +foreground = #e8eaf7 +background-alt = #f2e044 +foreground-alt = #000505 +primary = #f2e044 +secondary = #5c68c4 +alert = #f12875 disabled = #424253 diff --git a/colorschemes/active/rofi.rasi b/colorschemes/active/rofi.rasi index a925c77..71dd2e1 100644 --- a/colorschemes/active/rofi.rasi +++ b/colorschemes/active/rofi.rasi @@ -1,13 +1,14 @@ /** * do not edit; generated by scwrypts - * theme : main + * theme : spring-sunset **/ *{ - background: #000505; + background: #0b1e32; foreground: #d0f0f0; - background-alt: #9922dd; + background-alt: #f5e878; + foreground-alt: #000505; selected: #000505; - active: #6911aa; - urgent: #c80064; + active: #f2e044; + urgent: #f12875; } diff --git a/colorschemes/active/source.yaml b/colorschemes/active/source.yaml index 760cb56..9fd3ed2 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/spring-sunset.yaml \ No newline at end of file diff --git a/colorschemes/spring-sunset.yaml b/colorschemes/spring-sunset.yaml new file mode 100644 index 0000000..42c8955 --- /dev/null +++ b/colorschemes/spring-sunset.yaml @@ -0,0 +1,71 @@ +--- # yamllint disable rule:colons +background: .material.secondary.900 +foreground: .material.secondary.50 + +alacritty: + transparency: 0.85 + +ansi: + blue: + regular: '#5ab5e0' + bright: '#b9e5f4' + + magenta: + regular: .material.primary.300 + bright: .material.primary.100 + + cyan: + regular: .material.secondary.300 + bright: .material.secondary.100 + +material: + base: + secondary: .material.secondary.400 + foreground: + secondary: .material.foreground.secondary.400 + + primary: # replaces ANSI yellow + 50: '#fdfbe7' + 100: '#fbf5c4' + 200: '#f8ef9e' + 300: '#f5e878' + 400: '#f3e35d' + 500: '#f2e044' + 600: '#f0ce3f' + 700: '#ecb737' + 800: '#e9a02f' + 900: '#e27a22' + + secondary: # replaces ANSI green + 50: '#e8eaf7' + 100: '#c5c9ea' + 200: '#9fa6dc' + 300: '#7983ce' + 400: '#5c68c4' + 500: '#404db9' + 600: '#3a45af' + 700: '#313ba3' + 800: '#293097' + 900: '#0b1e32' + + error: # replaces ANSI red + 50: '#fce5ef' + 100: '#f9bed7' + 200: '#f694bc' + 300: '#f468a1' + 400: '#f2488b' + 500: '#f12875' + 600: '#e02671' + 700: '#c9236b' + 800: '#b32066' + 900: '#8d1b5c' + + foreground: + primary: + 500: .ansi.gray.black + 600: .ansi.gray.black + 700: .ansi.gray.black + 800: .ansi.gray.black + 900: .ansi.gray.black + secondary: + 400: .ansi.gray.white