the GREAT CONFIG MIGRATION; (scwrypts v5 and some neat new config stuffs)

This commit is contained in:
2025-02-19 21:56:37 -07:00
parent 623828461e
commit 1b70e44700
114 changed files with 330 additions and 328 deletions

View File

@@ -0,0 +1,74 @@
--- # yamllint disable rule:colons
ansi:
red:
regular: .material.base.error
bright: .material.error.200
green:
regular: .material.base.secondary
bright: .material.secondary.200
yellow:
regular: .material.base.primary
bright: .material.primary.200
gray:
black: '#000505'
regular: '#424253'
bright: '#7e707e'
white: '#d0f0f0'
background: .ansi.gray.black
foreground: .ansi.gray.white
selection:
background: .material.base.primary
foreground: .material.base.foreground.primary
cursor: .material.primary.50
material:
base:
primary: .material.primary.500
secondary: .material.secondary.500
error: .material.error.500
foreground:
primary: .material.foreground.primary.500
secondary: .material.foreground.secondary.500
error: .material.foreground.error.500
foreground: # default (50-400 = black) (500-900 = white)
primary:
50: .ansi.gray.black
100: .ansi.gray.black
200: .ansi.gray.black
300: .ansi.gray.black
400: .ansi.gray.black
500: .ansi.gray.white
600: .ansi.gray.white
700: .ansi.gray.white
800: .ansi.gray.white
900: .ansi.gray.white
secondary:
50: .ansi.gray.black
100: .ansi.gray.black
200: .ansi.gray.black
300: .ansi.gray.black
400: .ansi.gray.black
500: .ansi.gray.white
600: .ansi.gray.white
700: .ansi.gray.white
800: .ansi.gray.white
900: .ansi.gray.white
error:
50: .ansi.gray.black
100: .ansi.gray.black
200: .ansi.gray.black
300: .ansi.gray.black
400: .ansi.gray.black
500: .ansi.gray.white
600: .ansi.gray.white
700: .ansi.gray.white
800: .ansi.gray.white
900: .ansi.gray.white

View File

@@ -0,0 +1,11 @@
#!/bin/sh
# do not edit; generated by scwrypts
# theme : main
#
# source this file to apply colorscheme to linux getty
#
[[ "$TERM" =~ ^linux$ ]] || return 0
/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

View File

@@ -0,0 +1 @@
main

View File

@@ -0,0 +1,14 @@
/**
* do not edit; generated by scwrypts
* theme : main
**/
*{
background: #001129;
foreground: #d0f0f0;
background-alt: #9922dd;
foreground-alt: #000505;
selected: #000505;
active: #6911aa;
urgent: #c80064;
}

View File

@@ -0,0 +1 @@
../main.yaml