the GREAT CONFIG MIGRATION; (scwrypts v5 and some neat new config stuffs)
This commit is contained in:
74
config/colorschemes/active/default.yaml
Normal file
74
config/colorschemes/active/default.yaml
Normal 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
|
11
config/colorschemes/active/getty.sh
Normal file
11
config/colorschemes/active/getty.sh
Normal 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
|
1
config/colorschemes/active/name.txt
Normal file
1
config/colorschemes/active/name.txt
Normal file
@@ -0,0 +1 @@
|
||||
main
|
14
config/colorschemes/active/rofi.rasi
Normal file
14
config/colorschemes/active/rofi.rasi
Normal 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;
|
||||
}
|
1
config/colorschemes/active/source.yaml
Symbolic link
1
config/colorschemes/active/source.yaml
Symbolic link
@@ -0,0 +1 @@
|
||||
../main.yaml
|
Reference in New Issue
Block a user