set winter theme; remove themes with old formats
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : spring-sunset
|
||||
# theme : winter
|
||||
#
|
||||
# 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 " ]P0000505 ]P1d11455 ]P2906556 ]P300ffe7 ]P43d8890 ]P57b70af ]P650a3b5 ]P7d0f0f0 ]P8f48bae ]P9cfb8af ]PA8bfff4 ]PB1abcdd ]PC7d72fe ]PD86abb3 ]PEd0f0f0 ]PF7e707e "
|
||||
[ ! $NO_CLEAR ] && clear
|
||||
return 0
|
||||
sed $d
|
||||
|
||||
@@ -1 +1 @@
|
||||
spring-sunset
|
||||
winter
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
/**
|
||||
* do not edit; generated by scwrypts
|
||||
* theme : spring-sunset
|
||||
* theme : winter
|
||||
**/
|
||||
|
||||
*{
|
||||
background: #0b1e32;
|
||||
background: #100906;
|
||||
foreground: #d0f0f0;
|
||||
background-alt: #f5e878;
|
||||
foreground-alt: #000505;
|
||||
selected: #000505;
|
||||
active: #f2e044;
|
||||
urgent: #f12875;
|
||||
background-alt: #007469;
|
||||
foreground-alt: #d0f0f0;
|
||||
selected: #d0f0f0;
|
||||
active: #00ffe7;
|
||||
urgent: #d11455;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
../spring-sunset.yaml
|
||||
../winter.yaml
|
||||
Reference in New Issue
Block a user