a bunch of config remaps & things
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : winter
|
||||
# theme : main
|
||||
#
|
||||
# source this file to apply colorscheme to linux getty
|
||||
#
|
||||
[[ "$TERM" =~ ^linux$ ]] || return 0
|
||||
/bin/echo -e " ]P0000505 ]P1d11455 ]P2906556 ]P300ffe7 ]P43d8890 ]P57b70af ]P650a3b5 ]P7d0f0f0 ]P8f48bae ]P9cfb8af ]PA8bfff4 ]PB1abcdd ]PC7d72fe ]PD86abb3 ]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 +1 @@
|
||||
winter
|
||||
main
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
/**
|
||||
* do not edit; generated by scwrypts
|
||||
* theme : winter
|
||||
* theme : main
|
||||
**/
|
||||
|
||||
*{
|
||||
background: #100906;
|
||||
background: #001129;
|
||||
foreground: #d0f0f0;
|
||||
background-alt: #007469;
|
||||
foreground-alt: #d0f0f0;
|
||||
selected: #d0f0f0;
|
||||
active: #00ffe7;
|
||||
urgent: #d11455;
|
||||
background-alt: #9922dd;
|
||||
foreground-alt: #000505;
|
||||
selected: #000505;
|
||||
active: #6911aa;
|
||||
urgent: #c80064;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
../winter.yaml
|
||||
../main.yaml
|
||||
Reference in New Issue
Block a user