ok winter time go

This commit is contained in:
Wryn (yage) Wagner 2023-11-19 23:50:21 -07:00
parent c20d85e1d0
commit a91ec81e26
3 changed files with 20 additions and 20 deletions

View File

@ -1 +1 @@
/home/w0ryn/.wryn/colorschemes/christmas.conf /home/w0ryn/.wryn/colorschemes/winter.conf

View File

@ -3,24 +3,24 @@
colors: colors:
primary: primary:
background: '0x000505' background: '0x000505'
foreground: '0xCCDDFF' foreground: '0xE0F7FF'
cursor: cursor:
cursor: '0x46FFB6' cursor: '0xAAD7E6'
normal: normal:
black: '0x22262B' black: '0x02140D'
red: '0xA2152D' red: '0xD05023'
green: '0x288B52' green: '0x027B9B'
yellow: '0x489358' yellow: '0x7B70AF'
blue: '0x0EA1EE' blue: '0x3D8890'
magenta: '0xA03C6F' magenta: '0x68D3F0'
cyan: '0x8195A2' cyan: '0x50A3B5'
white: '0x486A8A' white: '0xDEB88D'
bright: bright:
black: '0x3D444E' black: '0x02DB88'
red: '0xFF1440' red: '0xD38677'
green: '0x55C9B5' green: '0x618C98'
yellow: '0x5BF887' yellow: '0x7D72FE'
blue: '0x00FFFF' blue: '0x1ABCDD'
magenta: '0xCF4663' magenta: '0xBBE3EE'
cyan: '0xDFF5FE' cyan: '0x86ABB3'
white: '0xEBFFF2' white: '0xFEE3CD'

View File

@ -2,6 +2,6 @@
# 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 " ]P0000505 ]P1A2152D ]P2288B52 ]P3489358 ]P40EA1EE ]P5A03C6F ]P68195A2 ]P7CCDDFF ]P8FF1440 ]P955C9B5 ]PA5BF887 ]PB00FFFF ]PCCF4663 ]PDDFF5FE ]PE486A8A ]PFEBFFF2 " /bin/echo -e " ]P0000505 ]P1D05023 ]P2027B9B ]P37B70AF ]P43D8890 ]P568D3F0 ]P650A3B5 ]P7E0F7FF ]P8D38677 ]P9618C98 ]PA7D72FE ]PB1ABCDD ]PCBBE3EE ]PD86ABB3 ]PEDEB88D ]PFFEE3CD "
[ ! $NO_CLEAR ] && clear [ ! $NO_CLEAR ] && clear
return 0 return 0