colorscheme rework for alacritty and proper getty support

This commit is contained in:
2023-11-14 22:35:53 -07:00
parent bd3a592b70
commit a7c0ec2280
9 changed files with 301 additions and 102 deletions

1
colorschemes/active.main Symbolic link
View File

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

View File

@ -0,0 +1,26 @@
--- # yamllint disable rule:colons
# do not edit; generated by scwrypts
colors:
primary:
background: '0x000505'
foreground: '0xCCDDFF'
cursor:
cursor: '0x46FFB6'
normal:
black: '0x22262B'
red: '0xA2152D'
green: '0x288B52'
yellow: '0x489358'
blue: '0x0EA1EE'
magenta: '0xA03C6F'
cyan: '0x8195A2'
white: '0x486A8A'
bright:
black: '0x3D444E'
red: '0xFF1440'
green: '0x55C9B5'
yellow: '0x5BF887'
blue: '0x00FFFF'
magenta: '0xCF4663'
cyan: '0xDFF5FE'
white: '0xEBFFF2'

View File

@ -0,0 +1,7 @@
#!/bin/sh
# source this file to apply colorscheme to linux getty
[[ "$TERM" =~ ^linux$ ]] || return 0
/bin/echo -e " ]P0000505 ]P1A2152D ]P2288B52 ]P3489358 ]P40EA1EE ]P5A03C6F ]P68195A2 ]P7CCDDFF ]P8FF1440 ]P955C9B5 ]PA5BF887 ]PB00FFFF ]PCCF4663 ]PDDFF5FE ]PE486A8A ]PFEBFFF2 "
[ ! $NO_CLEAR ] && clear
return 0

View File

@ -1 +0,0 @@
purple.conf

View File

@ -1 +0,0 @@
christmas.conf