update colorscheme; flameshot initisl config
This commit is contained in:
@ -1,30 +1,28 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : burning-death
|
||||
# theme : main
|
||||
[colors.cursor]
|
||||
cursor = '0x8eadf8'
|
||||
cursor = '0xeeddff'
|
||||
|
||||
[colors.primary]
|
||||
background = '0x300000'
|
||||
foreground = '0xffeaec'
|
||||
background = '0x000505'
|
||||
foreground = '0xd0f0f0'
|
||||
|
||||
[colors.normal]
|
||||
black = '0x000505'
|
||||
red = '0xdc1a4e'
|
||||
green = '0x3296eb'
|
||||
yellow = '0xc24022'
|
||||
blue = '0x5ab5e0'
|
||||
magenta = '0xdf5041'
|
||||
cyan = '0x34549b'
|
||||
red = '0xc80064'
|
||||
green = '0x11bb98'
|
||||
yellow = '0x6911aa'
|
||||
blue = '0x2262bb'
|
||||
magenta = '0x9922dd'
|
||||
cyan = '0x22ccba'
|
||||
white = '0xd0f0f0'
|
||||
|
||||
[colors.bright]
|
||||
black = '0x424253'
|
||||
red = '0xf08ba4'
|
||||
green = '0x8eadf8'
|
||||
yellow = '0xf19892'
|
||||
blue = '0xb9e5f4'
|
||||
magenta = '0xf19892'
|
||||
cyan = '0x99bafb'
|
||||
red = '0xff44ff'
|
||||
green = '0x44dddd'
|
||||
yellow = '0xaa44ff'
|
||||
blue = '0x229df6'
|
||||
magenta = '0xdd88ff'
|
||||
cyan = '0x88ffff'
|
||||
white = '0x7e707e'
|
||||
[window]
|
||||
opacity = 0.75
|
||||
|
@ -1,29 +1,27 @@
|
||||
--- # yamllint disable rule:colons
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : burning-death
|
||||
# theme : main
|
||||
colors:
|
||||
primary:
|
||||
background: '0x570406'
|
||||
foreground: '0xffeaec'
|
||||
background: '0x000505'
|
||||
foreground: '0xd0f0f0'
|
||||
cursor:
|
||||
cursor: '0x8eadf8'
|
||||
cursor: '0xeeddff'
|
||||
normal:
|
||||
black: '0x000505'
|
||||
red: '0xdc1a4e'
|
||||
green: '0x3296eb'
|
||||
yellow: '0xc24022'
|
||||
blue: '0x5ab5e0'
|
||||
magenta: '0xdf5041'
|
||||
cyan: '0x34549b'
|
||||
red: '0xc80064'
|
||||
green: '0x11bb98'
|
||||
yellow: '0x6911aa'
|
||||
blue: '0x2262bb'
|
||||
magenta: '0x9922dd'
|
||||
cyan: '0x22ccba'
|
||||
white: '0xd0f0f0'
|
||||
bright:
|
||||
black: '0x424253'
|
||||
red: '0xf08ba4'
|
||||
green: '0x8eadf8'
|
||||
yellow: '0xf19892'
|
||||
blue: '0xb9e5f4'
|
||||
magenta: '0xf19892'
|
||||
cyan: '0x99bafb'
|
||||
red: '0xff44ff'
|
||||
green: '0x44dddd'
|
||||
yellow: '0xaa44ff'
|
||||
blue: '0x229df6'
|
||||
magenta: '0xdd88ff'
|
||||
cyan: '0x88ffff'
|
||||
white: '0x7e707e'
|
||||
window:
|
||||
opacity: 0.8
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : burning-death
|
||||
# theme : main
|
||||
#
|
||||
# source this file to apply colorscheme to linux getty
|
||||
#
|
||||
[[ "$TERM" =~ ^linux$ ]] || return 0
|
||||
/bin/echo -e " ]P0570406 ]P1dc1a4e ]P23296eb ]P3c24022 ]P45ab5e0 ]P5df5041 ]P634549b ]P7ffeaec ]P8f08ba4 ]P98eadf8 ]PAf19892 ]PBb9e5f4 ]PCf19892 ]PD99bafb ]PEd0f0f0 ]PF7e707e "
|
||||
/bin/echo -e " ]P0000505 ]P1c80064 ]P211bb98 ]P36911aa ]P42262bb ]P59922dd ]P622ccba ]P7d0f0f0 ]P8ff44ff ]P944dddd ]PAaa44ff ]PB229df6 ]PCdd88ff ]PD88ffff ]PEd0f0f0 ]PF7e707e "
|
||||
[ ! $NO_CLEAR ] && clear
|
||||
return 0
|
||||
sed $d
|
||||
|
@ -1,23 +1,23 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : burning-death
|
||||
# theme : main
|
||||
color0 #000505
|
||||
color1 #dc1a4e
|
||||
color2 #3296eb
|
||||
color3 #c24022
|
||||
color4 #5ab5e0
|
||||
color5 #df5041
|
||||
color6 #34549b
|
||||
color1 #c80064
|
||||
color2 #11bb98
|
||||
color3 #6911aa
|
||||
color4 #2262bb
|
||||
color5 #9922dd
|
||||
color6 #22ccba
|
||||
color7 #d0f0f0
|
||||
color8 #424253
|
||||
color9 #f08ba4
|
||||
color10 #8eadf8
|
||||
color11 #f19892
|
||||
color12 #b9e5f4
|
||||
color13 #f19892
|
||||
color14 #99bafb
|
||||
color9 #ff44ff
|
||||
color10 #44dddd
|
||||
color11 #aa44ff
|
||||
color12 #229df6
|
||||
color13 #dd88ff
|
||||
color14 #88ffff
|
||||
color15 #7e707e
|
||||
cursor #8eadf8
|
||||
background #570406
|
||||
foreground #ffeaec
|
||||
cursor #eeddff
|
||||
background #000505
|
||||
foreground #d0f0f0
|
||||
selection_background #
|
||||
selection_foreground #
|
||||
|
@ -1 +1 @@
|
||||
burning-death
|
||||
main
|
||||
|
@ -1,11 +1,11 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : burning-death
|
||||
# theme : main
|
||||
[colors]
|
||||
background = #570406
|
||||
foreground = #ffeaec
|
||||
background-alt = #c24022
|
||||
foreground-alt = #000505
|
||||
primary = #c24022
|
||||
secondary = #3296eb
|
||||
alert = #dc1a4e
|
||||
background = #000505
|
||||
foreground = #d0f0f0
|
||||
background-alt = #6911aa
|
||||
foreground-alt = #d0f0f0
|
||||
primary = #6911aa
|
||||
secondary = #11bb98
|
||||
alert = #c80064
|
||||
disabled = #424253
|
||||
|
@ -1,14 +1,14 @@
|
||||
/**
|
||||
* do not edit; generated by scwrypts
|
||||
* theme : burning-death
|
||||
* theme : main
|
||||
**/
|
||||
|
||||
*{
|
||||
background: #26416e;
|
||||
background: #001129;
|
||||
foreground: #d0f0f0;
|
||||
background-alt: #e77068;
|
||||
background-alt: #9922dd;
|
||||
foreground-alt: #000505;
|
||||
selected: #000505;
|
||||
active: #c24022;
|
||||
urgent: #dc1a4e;
|
||||
active: #6911aa;
|
||||
urgent: #c80064;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
/home/w0ryn/.wryn/colorschemes/burning-death.yaml
|
||||
/home/w0ryn/.wryn/colorschemes/main.yaml
|
Reference in New Issue
Block a user