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

View File

@@ -0,0 +1,29 @@
background #0a0603
foreground #f4e2c8
selection_background #f5994c
selection_foreground #000000
cursor #f5492c
color0 #000000
color8 #b3f7ad
color1 #d5252b
color9 #d33449
color2 #58dd5a
color10 #83e613
color3 #bd8a13
color11 #ddaa33
color4 #ffb930
color12 #ffd960
color5 #8b2487
color13 #bb24b7
color6 #672f99
color14 #875fca
color7 #ff9e3c
color15 #f9ffde

View File

@@ -0,0 +1,74 @@
--- # yamllint disable rule:colons
background: .material.primary.900
foreground: .material.primary.50
cursor: .material.secondary.200
alacritty:
transparency: 0.75
background: '#300000'
ansi:
blue:
regular: '#5ab5e0'
bright: '#b9e5f4'
magenta:
regular: .material.primary.400
bright: .material.primary.200
cyan:
regular: .material.secondary.800
bright: .material.secondary.100
material:
base:
secondary: .material.secondary.400
foreground:
secondary: .material.foreground.secondary.400
primary: # replaces ANSI yellow
50: '#ffeaec'
100: '#ffccce'
200: '#f19892'
300: '#e77068'
400: '#df5041'
500: '#c24022'
600: '#b43523'
700: '#922b1e'
800: '#761316'
900: '#570406'
secondary: # replaces ANSI green
50: '#c3e7fe'
100: '#99bafb'
200: '#8eadf8'
300: '#67a0f1'
400: '#3296eb'
500: '#3c8ce3'
600: '#357ccf'
700: '#3c67b4'
800: '#34549b'
900: '#26416e'
error: # replaces ANSI red
50: '#fbe3e9'
100: '#f6b8c8'
200: '#f08ba4'
300: '#e95d80'
400: '#e23b66'
500: '#dc1a4e'
600: '#cc154c'
700: '#b71148'
800: '#a30a45'
900: '#7f033f'
foreground:
primary:
500: .ansi.gray.black
600: .ansi.gray.black
700: .ansi.gray.black
800: .ansi.gray.black
900: .ansi.gray.black
secondary:
400: .ansi.gray.white

View File

@@ -0,0 +1,29 @@
background #000505
foreground #ccddff
selection_background #002210
selection_foreground #ff0047
cursor #46ffb6
color0 #22262b
color8 #3d444e
color1 #a2152d
color9 #ff1440
color2 #288b52
color10 #55c9b5
color3 #489358
color11 #5bf887
color4 #0ea1ee
color12 #00ffff
color5 #a03c6f
color13 #cf4663
color6 #8195a2
color14 #dff5fe
color7 #486a8a
color15 #ebfff2

View File

@@ -0,0 +1,29 @@
background #000500
foreground #7aff30
selection_background #ffff00
selection_foreground #000000
cursor #aaff00
color0 #282a2e
color8 #373b41
color1 #bb3852
color9 #ff6683
color2 #4f69bc
color10 #a6bcea
color3 #b37128
color11 #fcf160
color4 #27a14a
color12 #81f26c
color5 #754a8d
color13 #bba6c7
color6 #faf37f
color14 #898909
color7 #707880
color15 #c5c8c6

View File

@@ -0,0 +1,29 @@
background #100010
foreground #ffddee
selection_background #aa00ff
selection_foreground #200010
cursor #ff6d00
color0 #100000
color8 #424242
color1 #5fff00
color9 #71fe9a
color2 #ff8200
color10 #ee9500
color3 #ffde48
color11 #bbb875
color4 #ff0000
color12 #dd4e4e
color5 #cd00ff
color13 #8a41d5
color6 #cc4ccc
color14 #994999
color7 #999999
color15 #696969

View File

@@ -0,0 +1,73 @@
--- # yamllint disable rule:colons
ansi:
blue:
regular: '#ac0041'
bright: '#ff283e'
magenta:
regular: .material.primary.500
bright: .material.primary.100
cyan:
regular: .material.error.500
bright: .material.error.100
material:
base:
primary: .material.primary.400
secondary: .material.secondary.900
foreground:
primary: .material.foreground.primary.400
secondary: .material.foreground.secondary.900
primary:
50: '#efe5f9'
100: '#d6bff0'
200: '#bb94e6'
300: '#a066dd'
400: '#8b41d5'
500: '#750dcc'
600: '#6b04c7'
700: '#5c00be'
800: '#4e00b8'
900: '#3700aa'
secondary:
50: '#fff8e1'
100: '#ffecb3'
200: '#ffe082'
300: '#ffd54f'
400: '#ffca28'
500: '#ffc106'
600: '#ffb300'
700: '#ffa000'
800: '#ff8f00'
900: '#ff6f00'
error:
50: '#eaffe5'
100: '#cbffbe'
200: '#a3ff90'
300: '#6cff57'
400: '#00fc00'
500: '#00f900'
600: '#00e700'
700: '#00d100'
800: '#00bc00'
900: '#009600'
foreground:
primary:
400: .ansi.gray.white
secondary:
500: .ansi.gray.black
600: .ansi.gray.black
700: .ansi.gray.black
800: .ansi.gray.black
900: .ansi.gray.black
error:
500: .ansi.gray.black
600: .ansi.gray.black
700: .ansi.gray.black
800: .ansi.gray.black
900: .ansi.gray.black

View File

@@ -0,0 +1,61 @@
--- # yamllint disable rule:colons
ansi:
blue:
regular: '#2262bb'
bright: '#229df6'
magenta:
regular: .material.primary.300
bright: .material.primary.100
cyan:
regular: .material.secondary.300
bright: .material.secondary.100
material:
base:
secondary: .material.secondary.400
foreground:
secondary: .material.foreground.secondary.400
primary: # replaces ANSI yellow
50: '#eeddff'
100: '#dd88ff'
200: '#aa44ff'
300: '#9922dd'
400: '#8811cc'
500: '#6911aa'
600: '#490099'
700: '#420069'
800: '#220069'
900: '#110029'
secondary: # replaces ANSI green
50: '#ddffff'
100: '#88ffff'
200: '#44dddd'
300: '#22ccba'
400: '#11bb98'
500: '#00aa79'
600: '#009949'
700: '#006942'
800: '#006922'
900: '#001129'
error: # replaces ANSI red
50: '#ffddff'
100: '#ff88ff'
200: '#ff44ff'
300: '#ee22ba'
400: '#dd1198'
500: '#c80064'
600: '#990049'
700: '#790032'
800: '#690022'
900: '#290011'
foreground:
secondary:
500: .ansi.gray.black
error:
400: .ansi.gray.white

View File

@@ -0,0 +1,29 @@
background #020009
foreground #dff5ff
selection_background #01b282
selection_foreground #441580
cursor #dff5ff
color0 #282a2e
color8 #373b41
color1 #970909
color9 #eb3d3d
color2 #01b282
color10 #35ebba
color3 #441580
color11 #8f45ed
color4 #055e6b
color12 #4fe1f6
color5 #036042
color13 #49e1b0
color6 #2e36aa
color14 #5059e0
color7 #707880
color15 #c5c8c6

View File

@@ -0,0 +1,29 @@
background #000000
foreground #ffffff
selection_background #999999
selection_foreground #333333
cursor #ffffff
color0 #000000
color8 #333333
color1 #ff0000
color9 #990000
color2 #00ff00
color10 #009900
color3 #ffff00
color11 #999900
color4 #0000ff
color12 #000099
color5 #ff00ff
color13 #990099
color6 #00ffff
color14 #009999
color7 #ffffff
color15 #999999

View File

@@ -0,0 +1 @@
/home/w0ryn/.local/share/wryn/colorschemes/main.yaml

View File

@@ -0,0 +1,87 @@
--- # yamllint disable rule:colons
background: .material.secondary.900
foreground: .material.secondary.50
alacritty:
transparency: 0.85
i3:
focused:
border: .material.primary.500
indicator: .material.primary.700
text: .material.foreground.primary.500
inactive:
border: .material.secondary.400
indicator: .material.secondary.500
text: .material.foreground.secondary.400
unfocused:
border: .material.secondary.800
indicator: .material.secondary.900
text: .material.foreground.secondary.800
ansi:
blue:
regular: '#5ab5e0'
bright: '#b9e5f4'
magenta:
regular: .material.primary.300
bright: .material.primary.100
cyan:
regular: .material.secondary.300
bright: .material.secondary.100
material:
base:
secondary: .material.secondary.400
foreground:
secondary: .material.foreground.secondary.400
primary: # replaces ANSI yellow
50: '#fdfbe7'
100: '#fbf5c4'
200: '#f8ef9e'
300: '#f5e878'
400: '#f3e35d'
500: '#f2e044'
600: '#f0ce3f'
700: '#ecb737'
800: '#e9a02f'
900: '#e27a22'
secondary: # replaces ANSI green
50: '#e8eaf7'
100: '#c5c9ea'
200: '#9fa6dc'
300: '#7983ce'
400: '#5c68c4'
500: '#404db9'
600: '#3a45af'
700: '#313ba3'
800: '#293097'
900: '#0b1e32'
error: # replaces ANSI red
50: '#fce5ef'
100: '#f9bed7'
200: '#f694bc'
300: '#f468a1'
400: '#f2488b'
500: '#f12875'
600: '#e02671'
700: '#c9236b'
800: '#b32066'
900: '#8d1b5c'
foreground:
primary:
500: .ansi.gray.black
600: .ansi.gray.black
700: .ansi.gray.black
800: .ansi.gray.black
900: .ansi.gray.black
secondary:
400: .ansi.gray.white

View File

@@ -0,0 +1,29 @@
background #000505
foreground #ffffff
selection_background #008847
selection_foreground #000000
cursor #008847
color0 #101313
color8 #3a4044
color1 #d1006b
color9 #91002b
color2 #47f447
color10 #006610
color3 #9e00db
color11 #5f0096
color4 #0030f6
color12 #000099
color5 #fafa70
color13 #663000
color6 #20aab7
color14 #003c35
color7 #a0a9aa
color15 #787884

View File

@@ -0,0 +1,29 @@
background #050500
foreground #ddfda8
selection_background #ffff00
selection_foreground #000000
cursor #aaff00
color0 #40a000
color8 #00dd33
color1 #ffff00
color9 #aaaa00
color2 #2aef7c
color10 #5cbc84
color3 #78ff00
color11 #008b20
color4 #00ff88
color12 #bfea83
color5 #00a000
color13 #003000
color6 #07ff4f
color14 #648800
color7 #305830
color15 #002800

View File

@@ -0,0 +1,29 @@
background #050000
foreground #ddffdd
selection_background #a52000
selection_foreground #000000
cursor #a52000
color0 #101313
color8 #3a4044
color1 #e60000
color9 #a61515
color2 #53ab00
color10 #5ed200
color3 #bcba00
color11 #f0f674
color4 #2a8dae
color12 #6187cf
color5 #ab0494
color13 #f04ec9
color6 #ff8800
color14 #d78e53
color7 #a0a9aa
color15 #787884

View File

@@ -0,0 +1,29 @@
background #150600
foreground #f8ead7
selection_background #e5591c
selection_foreground #1b0024
cursor #f8ead7
color0 #1f0303
color8 #3a3836
color1 #d04f4e
color9 #990906
color2 #b674f5
color10 #8b21fe
color3 #ebbe77
color11 #ffd100
color4 #8b583b
color12 #693d00
color5 #d55f41
color13 #ff4928
color6 #cdb10d
color14 #14ff7c
color7 #e5e5e5
color15 #ffffff

View File

@@ -0,0 +1,29 @@
background #150015
foreground #e3dfd2
selection_background #ff00aa
selection_foreground #ffffff
cursor #ffdddd
color0 #460020
color8 #900045
color1 #db133f
color9 #df5472
color2 #dc39dc
color10 #ed7bee
color3 #7918f4
color11 #7d72fe
color4 #951255
color12 #e75ba2
color5 #7d1295
color13 #934ba3
color6 #f1195a
color14 #e75c84
color7 #deb88d
color15 #fee3cd

View File

@@ -0,0 +1,29 @@
background #000505
foreground #e0f7ff
selection_background #1e4862
selection_foreground #ffffff
cursor #aad7e6
color0 #02140d
color8 #02db88
color1 #d05023
color9 #d38677
color2 #027b9b
color10 #618c98
color3 #7b70af
color11 #7d72fe
color4 #3d8890
color12 #1abcdd
color5 #68d3f0
color13 #bbe3ee
color6 #50a3b5
color14 #86abb3
color7 #deb88d
color15 #fee3cd