burning-death colorscheme added and activated
This commit is contained in:
parent
c109674cf9
commit
1b71221ca5
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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 #
|
||||
|
@ -1 +1 @@
|
||||
spring-sunset
|
||||
burning-death
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
/home/w0ryn/.wryn/colorschemes/spring-sunset.yaml
|
||||
/home/w0ryn/.wryn/colorschemes/burning-death.yaml
|
74
colorschemes/burning-death.yaml
Normal file
74
colorschemes/burning-death.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user