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
|
# do not edit; generated by scwrypts
|
||||||
# theme : spring-sunset
|
# theme : burning-death
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
cursor = '0xfdfbe7'
|
cursor = '0x8eadf8'
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '0x0b1e32'
|
background = '0x300000'
|
||||||
foreground = '0xe8eaf7'
|
foreground = '0xffeaec'
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '0x000505'
|
black = '0x000505'
|
||||||
red = '0xf12875'
|
red = '0xdc1a4e'
|
||||||
green = '0x5c68c4'
|
green = '0x3296eb'
|
||||||
yellow = '0xf2e044'
|
yellow = '0xc24022'
|
||||||
blue = '0x5ab5e0'
|
blue = '0x5ab5e0'
|
||||||
magenta = '0xf5e878'
|
magenta = '0xdf5041'
|
||||||
cyan = '0x7983ce'
|
cyan = '0x34549b'
|
||||||
white = '0xd0f0f0'
|
white = '0xd0f0f0'
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '0x424253'
|
black = '0x424253'
|
||||||
red = '0xf694bc'
|
red = '0xf08ba4'
|
||||||
green = '0x9fa6dc'
|
green = '0x8eadf8'
|
||||||
yellow = '0xf8ef9e'
|
yellow = '0xf19892'
|
||||||
blue = '0xb9e5f4'
|
blue = '0xb9e5f4'
|
||||||
magenta = '0xfbf5c4'
|
magenta = '0xf19892'
|
||||||
cyan = '0xc5c9ea'
|
cyan = '0x99bafb'
|
||||||
white = '0x7e707e'
|
white = '0x7e707e'
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.85
|
opacity = 0.75
|
||||||
|
@ -1,29 +1,29 @@
|
|||||||
--- # yamllint disable rule:colons
|
--- # yamllint disable rule:colons
|
||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : spring-sunset
|
# theme : burning-death
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '0x0b1e32'
|
background: '0x570406'
|
||||||
foreground: '0xe8eaf7'
|
foreground: '0xffeaec'
|
||||||
cursor:
|
cursor:
|
||||||
cursor: '0xfdfbe7'
|
cursor: '0x8eadf8'
|
||||||
normal:
|
normal:
|
||||||
black: '0x000505'
|
black: '0x000505'
|
||||||
red: '0xf12875'
|
red: '0xdc1a4e'
|
||||||
green: '0x5c68c4'
|
green: '0x3296eb'
|
||||||
yellow: '0xf2e044'
|
yellow: '0xc24022'
|
||||||
blue: '0x5ab5e0'
|
blue: '0x5ab5e0'
|
||||||
magenta: '0xf5e878'
|
magenta: '0xdf5041'
|
||||||
cyan: '0x7983ce'
|
cyan: '0x34549b'
|
||||||
white: '0xd0f0f0'
|
white: '0xd0f0f0'
|
||||||
bright:
|
bright:
|
||||||
black: '0x424253'
|
black: '0x424253'
|
||||||
red: '0xf694bc'
|
red: '0xf08ba4'
|
||||||
green: '0x9fa6dc'
|
green: '0x8eadf8'
|
||||||
yellow: '0xf8ef9e'
|
yellow: '0xf19892'
|
||||||
blue: '0xb9e5f4'
|
blue: '0xb9e5f4'
|
||||||
magenta: '0xfbf5c4'
|
magenta: '0xf19892'
|
||||||
cyan: '0xc5c9ea'
|
cyan: '0x99bafb'
|
||||||
white: '0x7e707e'
|
white: '0x7e707e'
|
||||||
window:
|
window:
|
||||||
opacity: 0.8
|
opacity: 0.8
|
@ -1,11 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : spring-sunset
|
# theme : burning-death
|
||||||
#
|
#
|
||||||
# source this file to apply colorscheme to linux getty
|
# source this file to apply colorscheme to linux getty
|
||||||
#
|
#
|
||||||
[[ "$TERM" =~ ^linux$ ]] || return 0
|
[[ "$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
|
[ ! $NO_CLEAR ] && clear
|
||||||
return 0
|
return 0
|
||||||
sed $d
|
sed $d
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : spring-sunset
|
# theme : burning-death
|
||||||
color0 #000505
|
color0 #000505
|
||||||
color1 #f12875
|
color1 #dc1a4e
|
||||||
color2 #5c68c4
|
color2 #3296eb
|
||||||
color3 #f2e044
|
color3 #c24022
|
||||||
color4 #5ab5e0
|
color4 #5ab5e0
|
||||||
color5 #f5e878
|
color5 #df5041
|
||||||
color6 #7983ce
|
color6 #34549b
|
||||||
color7 #d0f0f0
|
color7 #d0f0f0
|
||||||
color8 #424253
|
color8 #424253
|
||||||
color9 #f694bc
|
color9 #f08ba4
|
||||||
color10 #9fa6dc
|
color10 #8eadf8
|
||||||
color11 #f8ef9e
|
color11 #f19892
|
||||||
color12 #b9e5f4
|
color12 #b9e5f4
|
||||||
color13 #fbf5c4
|
color13 #f19892
|
||||||
color14 #c5c9ea
|
color14 #99bafb
|
||||||
color15 #7e707e
|
color15 #7e707e
|
||||||
cursor #fdfbe7
|
cursor #8eadf8
|
||||||
background #0b1e32
|
background #570406
|
||||||
foreground #e8eaf7
|
foreground #ffeaec
|
||||||
selection_background #
|
selection_background #
|
||||||
selection_foreground #
|
selection_foreground #
|
||||||
|
@ -1 +1 @@
|
|||||||
spring-sunset
|
burning-death
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : spring-sunset
|
# theme : burning-death
|
||||||
[colors]
|
[colors]
|
||||||
background = #0b1e32
|
background = #570406
|
||||||
foreground = #e8eaf7
|
foreground = #ffeaec
|
||||||
background-alt = #f2e044
|
background-alt = #c24022
|
||||||
foreground-alt = #000505
|
foreground-alt = #000505
|
||||||
primary = #f2e044
|
primary = #c24022
|
||||||
secondary = #5c68c4
|
secondary = #3296eb
|
||||||
alert = #f12875
|
alert = #dc1a4e
|
||||||
disabled = #424253
|
disabled = #424253
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
/**
|
/**
|
||||||
* do not edit; generated by scwrypts
|
* do not edit; generated by scwrypts
|
||||||
* theme : spring-sunset
|
* theme : burning-death
|
||||||
**/
|
**/
|
||||||
|
|
||||||
*{
|
*{
|
||||||
background: #0b1e32;
|
background: #26416e;
|
||||||
foreground: #d0f0f0;
|
foreground: #d0f0f0;
|
||||||
background-alt: #f5e878;
|
background-alt: #e77068;
|
||||||
foreground-alt: #000505;
|
foreground-alt: #000505;
|
||||||
selected: #000505;
|
selected: #000505;
|
||||||
active: #f2e044;
|
active: #c24022;
|
||||||
urgent: #f12875;
|
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