colorscheme rework for alacritty and proper getty support
This commit is contained in:
1
colorschemes/active.main
Symbolic link
1
colorschemes/active.main
Symbolic link
@ -0,0 +1 @@
|
||||
/home/w0ryn/.wryn/colorschemes/christmas.conf
|
26
colorschemes/active.main.alacritty
Normal file
26
colorschemes/active.main.alacritty
Normal 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'
|
7
colorschemes/active.main.getty
Normal file
7
colorschemes/active.main.getty
Normal 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
|
@ -1 +0,0 @@
|
||||
purple.conf
|
@ -1 +0,0 @@
|
||||
christmas.conf
|
Reference in New Issue
Block a user