From 1b71221ca517416f05ebbf1637d21a7460a99f7e Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 26 Jun 2024 18:34:16 -0600 Subject: [PATCH] burning-death colorscheme added and activated --- colorschemes/active/alacritty.toml | 30 ++++++------ colorschemes/active/alacritty.yaml | 28 +++++------ colorschemes/active/getty.sh | 4 +- colorschemes/active/kitty.conf | 28 +++++------ colorschemes/active/name.txt | 2 +- colorschemes/active/polybar.ini | 14 +++--- colorschemes/active/rofi.rasi | 10 ++-- colorschemes/active/source.yaml | 2 +- colorschemes/burning-death.yaml | 74 ++++++++++++++++++++++++++++++ 9 files changed, 133 insertions(+), 59 deletions(-) create mode 100644 colorschemes/burning-death.yaml diff --git a/colorschemes/active/alacritty.toml b/colorschemes/active/alacritty.toml index a76d82c..ed45de9 100644 --- a/colorschemes/active/alacritty.toml +++ b/colorschemes/active/alacritty.toml @@ -1,30 +1,30 @@ # do not edit; generated by scwrypts -# theme : spring-sunset +# theme : burning-death [colors.cursor] -cursor = '0xfdfbe7' +cursor = '0x8eadf8' [colors.primary] -background = '0x0b1e32' -foreground = '0xe8eaf7' +background = '0x300000' +foreground = '0xffeaec' [colors.normal] black = '0x000505' -red = '0xf12875' -green = '0x5c68c4' -yellow = '0xf2e044' +red = '0xdc1a4e' +green = '0x3296eb' +yellow = '0xc24022' blue = '0x5ab5e0' -magenta = '0xf5e878' -cyan = '0x7983ce' +magenta = '0xdf5041' +cyan = '0x34549b' white = '0xd0f0f0' [colors.bright] black = '0x424253' -red = '0xf694bc' -green = '0x9fa6dc' -yellow = '0xf8ef9e' +red = '0xf08ba4' +green = '0x8eadf8' +yellow = '0xf19892' blue = '0xb9e5f4' -magenta = '0xfbf5c4' -cyan = '0xc5c9ea' +magenta = '0xf19892' +cyan = '0x99bafb' white = '0x7e707e' [window] -opacity = 0.85 +opacity = 0.75 diff --git a/colorschemes/active/alacritty.yaml b/colorschemes/active/alacritty.yaml index 0e227ae..3e233e7 100644 --- a/colorschemes/active/alacritty.yaml +++ b/colorschemes/active/alacritty.yaml @@ -1,29 +1,29 @@ --- # yamllint disable rule:colons # do not edit; generated by scwrypts -# theme : spring-sunset +# theme : burning-death colors: primary: - background: '0x0b1e32' - foreground: '0xe8eaf7' + background: '0x570406' + foreground: '0xffeaec' cursor: - cursor: '0xfdfbe7' + cursor: '0x8eadf8' normal: black: '0x000505' - red: '0xf12875' - green: '0x5c68c4' - yellow: '0xf2e044' + red: '0xdc1a4e' + green: '0x3296eb' + yellow: '0xc24022' blue: '0x5ab5e0' - magenta: '0xf5e878' - cyan: '0x7983ce' + magenta: '0xdf5041' + cyan: '0x34549b' white: '0xd0f0f0' bright: black: '0x424253' - red: '0xf694bc' - green: '0x9fa6dc' - yellow: '0xf8ef9e' + red: '0xf08ba4' + green: '0x8eadf8' + yellow: '0xf19892' blue: '0xb9e5f4' - magenta: '0xfbf5c4' - cyan: '0xc5c9ea' + magenta: '0xf19892' + cyan: '0x99bafb' white: '0x7e707e' window: opacity: 0.8 \ No newline at end of file diff --git a/colorschemes/active/getty.sh b/colorschemes/active/getty.sh index 1757bd6..090eb93 100644 --- a/colorschemes/active/getty.sh +++ b/colorschemes/active/getty.sh @@ -1,11 +1,11 @@ #!/bin/sh # do not edit; generated by scwrypts -# theme : spring-sunset +# theme : burning-death # # source this file to apply colorscheme to linux getty # [[ "$TERM" =~ ^linux$ ]] || return 0 -/bin/echo -e " ]P00b1e32 ]P1f12875 ]P25c68c4 ]P3f2e044 ]P45ab5e0 ]P5f5e878 ]P67983ce ]P7e8eaf7 ]P8f694bc ]P99fa6dc ]PAf8ef9e ]PBb9e5f4 ]PCfbf5c4 ]PDc5c9ea ]PEd0f0f0 ]PF7e707e " +/bin/echo -e " ]P0570406 ]P1dc1a4e ]P23296eb ]P3c24022 ]P45ab5e0 ]P5df5041 ]P634549b ]P7ffeaec ]P8f08ba4 ]P98eadf8 ]PAf19892 ]PBb9e5f4 ]PCf19892 ]PD99bafb ]PEd0f0f0 ]PF7e707e " [ ! $NO_CLEAR ] && clear return 0 sed $d diff --git a/colorschemes/active/kitty.conf b/colorschemes/active/kitty.conf index ee5678c..68259e8 100644 --- a/colorschemes/active/kitty.conf +++ b/colorschemes/active/kitty.conf @@ -1,23 +1,23 @@ # do not edit; generated by scwrypts -# theme : spring-sunset +# theme : burning-death color0 #000505 -color1 #f12875 -color2 #5c68c4 -color3 #f2e044 +color1 #dc1a4e +color2 #3296eb +color3 #c24022 color4 #5ab5e0 -color5 #f5e878 -color6 #7983ce +color5 #df5041 +color6 #34549b color7 #d0f0f0 color8 #424253 -color9 #f694bc -color10 #9fa6dc -color11 #f8ef9e +color9 #f08ba4 +color10 #8eadf8 +color11 #f19892 color12 #b9e5f4 -color13 #fbf5c4 -color14 #c5c9ea +color13 #f19892 +color14 #99bafb color15 #7e707e -cursor #fdfbe7 -background #0b1e32 -foreground #e8eaf7 +cursor #8eadf8 +background #570406 +foreground #ffeaec selection_background # selection_foreground # diff --git a/colorschemes/active/name.txt b/colorschemes/active/name.txt index 7e76c41..ef2d1b5 100644 --- a/colorschemes/active/name.txt +++ b/colorschemes/active/name.txt @@ -1 +1 @@ -spring-sunset +burning-death diff --git a/colorschemes/active/polybar.ini b/colorschemes/active/polybar.ini index 96574ac..05d0509 100644 --- a/colorschemes/active/polybar.ini +++ b/colorschemes/active/polybar.ini @@ -1,11 +1,11 @@ # do not edit; generated by scwrypts -# theme : spring-sunset +# theme : burning-death [colors] -background = #0b1e32 -foreground = #e8eaf7 -background-alt = #f2e044 +background = #570406 +foreground = #ffeaec +background-alt = #c24022 foreground-alt = #000505 -primary = #f2e044 -secondary = #5c68c4 -alert = #f12875 +primary = #c24022 +secondary = #3296eb +alert = #dc1a4e disabled = #424253 diff --git a/colorschemes/active/rofi.rasi b/colorschemes/active/rofi.rasi index 71dd2e1..a6b2fcd 100644 --- a/colorschemes/active/rofi.rasi +++ b/colorschemes/active/rofi.rasi @@ -1,14 +1,14 @@ /** * do not edit; generated by scwrypts - * theme : spring-sunset + * theme : burning-death **/ *{ - background: #0b1e32; + background: #26416e; foreground: #d0f0f0; - background-alt: #f5e878; + background-alt: #e77068; foreground-alt: #000505; selected: #000505; - active: #f2e044; - urgent: #f12875; + active: #c24022; + urgent: #dc1a4e; } diff --git a/colorschemes/active/source.yaml b/colorschemes/active/source.yaml index 9fd3ed2..8534f8c 120000 --- a/colorschemes/active/source.yaml +++ b/colorschemes/active/source.yaml @@ -1 +1 @@ -/home/w0ryn/.wryn/colorschemes/spring-sunset.yaml \ No newline at end of file +/home/w0ryn/.wryn/colorschemes/burning-death.yaml \ No newline at end of file diff --git a/colorschemes/burning-death.yaml b/colorschemes/burning-death.yaml new file mode 100644 index 0000000..3c3500b --- /dev/null +++ b/colorschemes/burning-death.yaml @@ -0,0 +1,74 @@ +--- # yamllint disable rule:colons +background: .material.primary.900 +foreground: .material.primary.50 + +cursor: .material.secondary.200 + +alacritty: + transparency: 0.75 + background: '#300000' + +ansi: + blue: + regular: '#5ab5e0' + bright: '#b9e5f4' + + magenta: + regular: .material.primary.400 + bright: .material.primary.200 + + cyan: + regular: .material.secondary.800 + bright: .material.secondary.100 + +material: + base: + secondary: .material.secondary.400 + foreground: + secondary: .material.foreground.secondary.400 + + primary: # replaces ANSI yellow + 50: '#ffeaec' + 100: '#ffccce' + 200: '#f19892' + 300: '#e77068' + 400: '#df5041' + 500: '#c24022' + 600: '#b43523' + 700: '#922b1e' + 800: '#761316' + 900: '#570406' + + secondary: # replaces ANSI green + 50: '#c3e7fe' + 100: '#99bafb' + 200: '#8eadf8' + 300: '#67a0f1' + 400: '#3296eb' + 500: '#3c8ce3' + 600: '#357ccf' + 700: '#3c67b4' + 800: '#34549b' + 900: '#26416e' + + error: # replaces ANSI red + 50: '#fbe3e9' + 100: '#f6b8c8' + 200: '#f08ba4' + 300: '#e95d80' + 400: '#e23b66' + 500: '#dc1a4e' + 600: '#cc154c' + 700: '#b71148' + 800: '#a30a45' + 900: '#7f033f' + + 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