giving the home PC config a bit of TLC
This commit is contained in:
@ -1 +0,0 @@
|
||||
/home/w0ryn/.wryn/colorschemes/main.conf
|
@ -1,27 +0,0 @@
|
||||
# do not edit; generated by scwrypts
|
||||
[colors.cursor]
|
||||
cursor = '0xE0D0FF'
|
||||
|
||||
[colors.primary]
|
||||
background = '0x000505'
|
||||
foreground = '0xCFC2E9'
|
||||
|
||||
[colors.normal]
|
||||
black = '0x000505'
|
||||
red = '0xC80064'
|
||||
green = '0x00C864'
|
||||
yellow = '0x6400C8'
|
||||
blue = '0x007D96'
|
||||
magenta = '0x9600FA'
|
||||
cyan = '0x00FAC8'
|
||||
white = '0x7E707E'
|
||||
|
||||
[colors.bright]
|
||||
black = '0x424253'
|
||||
red = '0x640032'
|
||||
green = '0x006432'
|
||||
yellow = '0x320064'
|
||||
blue = '0x00324B'
|
||||
magenta = '0x640096'
|
||||
cyan = '0x009664'
|
||||
white = '0xC0B0C0'
|
@ -1,26 +0,0 @@
|
||||
--- # yamllint disable rule:colons
|
||||
# do not edit; generated by scwrypts
|
||||
colors:
|
||||
primary:
|
||||
background: '0x000505'
|
||||
foreground: '0xCFC2E9'
|
||||
cursor:
|
||||
cursor: '0xE0D0FF'
|
||||
normal:
|
||||
black: '0x000505'
|
||||
red: '0xC80064'
|
||||
green: '0x00C864'
|
||||
yellow: '0x6400C8'
|
||||
blue: '0x007D96'
|
||||
magenta: '0x9600FA'
|
||||
cyan: '0x00FAC8'
|
||||
white: '0x7E707E'
|
||||
bright:
|
||||
black: '0x424253'
|
||||
red: '0x640032'
|
||||
green: '0x006432'
|
||||
yellow: '0x320064'
|
||||
blue: '0x00324B'
|
||||
magenta: '0x640096'
|
||||
cyan: '0x009664'
|
||||
white: '0xC0B0C0'
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
# source this file to apply colorscheme to linux getty
|
||||
[[ "$TERM" =~ ^linux$ ]] || return 0
|
||||
|
||||
/bin/echo -e " ]P0000505 ]P1C80064 ]P200C864 ]P36400C8 ]P4007D96 ]P59600FA ]P600FAC8 ]P7CFC2E9 ]P8640032 ]P9006432 ]PA320064 ]PB00324B ]PC640096 ]PD009664 ]PE7E707E ]PFC0B0C0 "
|
||||
[ ! $NO_CLEAR ] && clear
|
||||
return 0
|
28
colorschemes/active/alacritty.toml
Normal file
28
colorschemes/active/alacritty.toml
Normal file
@ -0,0 +1,28 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : main
|
||||
[colors.cursor]
|
||||
cursor = '0xeeddff'
|
||||
|
||||
[colors.primary]
|
||||
background = '0x000505'
|
||||
foreground = '0xd0f0f0'
|
||||
|
||||
[colors.normal]
|
||||
black = '0x000505'
|
||||
red = '0xc80064'
|
||||
green = '0x11bb98'
|
||||
yellow = '0x6911aa'
|
||||
blue = '0x2262bb'
|
||||
magenta = '0x9922dd'
|
||||
cyan = '0x22ccba'
|
||||
white = '0xd0f0f0'
|
||||
|
||||
[colors.bright]
|
||||
black = '0x424253'
|
||||
red = '0xff44ff'
|
||||
green = '0x44dddd'
|
||||
yellow = '0xaa44ff'
|
||||
blue = '0x229df6'
|
||||
magenta = '0xdd88ff'
|
||||
cyan = '0x88ffff'
|
||||
white = '0x7e707e'
|
27
colorschemes/active/alacritty.yaml
Normal file
27
colorschemes/active/alacritty.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
--- # yamllint disable rule:colons
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : main
|
||||
colors:
|
||||
primary:
|
||||
background: '0x000505'
|
||||
foreground: '0xd0f0f0'
|
||||
cursor:
|
||||
cursor: '0xeeddff'
|
||||
normal:
|
||||
black: '0x000505'
|
||||
red: '0xc80064'
|
||||
green: '0x11bb98'
|
||||
yellow: '0x6911aa'
|
||||
blue: '0x2262bb'
|
||||
magenta: '0x9922dd'
|
||||
cyan: '0x22ccba'
|
||||
white: '0xd0f0f0'
|
||||
bright:
|
||||
black: '0x424253'
|
||||
red: '0xff44ff'
|
||||
green: '0x44dddd'
|
||||
yellow: '0xaa44ff'
|
||||
blue: '0x229df6'
|
||||
magenta: '0xdd88ff'
|
||||
cyan: '0x88ffff'
|
||||
white: '0x7e707e'
|
74
colorschemes/active/default.yaml
Normal file
74
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:
|
||||
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
colorschemes/active/getty.sh
Normal file
11
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
|
23
colorschemes/active/kitty.conf
Normal file
23
colorschemes/active/kitty.conf
Normal file
@ -0,0 +1,23 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : main
|
||||
color0 #000505
|
||||
color1 #c80064
|
||||
color2 #11bb98
|
||||
color3 #6911aa
|
||||
color4 #2262bb
|
||||
color5 #9922dd
|
||||
color6 #22ccba
|
||||
color7 #d0f0f0
|
||||
color8 #424253
|
||||
color9 #ff44ff
|
||||
color10 #44dddd
|
||||
color11 #aa44ff
|
||||
color12 #229df6
|
||||
color13 #dd88ff
|
||||
color14 #88ffff
|
||||
color15 #7e707e
|
||||
cursor #eeddff
|
||||
background #000505
|
||||
foreground #d0f0f0
|
||||
selection_background #
|
||||
selection_foreground #
|
10
colorschemes/active/polybar.ini
Normal file
10
colorschemes/active/polybar.ini
Normal file
@ -0,0 +1,10 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : main
|
||||
[colors]
|
||||
background = #000505
|
||||
background-alt = #6911aa
|
||||
foreground = #d0f0f0
|
||||
primary = #6911aa
|
||||
secondary = #11bb98
|
||||
alert = #c80064
|
||||
disabled = #424253
|
13
colorschemes/active/rofi.rasi
Normal file
13
colorschemes/active/rofi.rasi
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* do not edit; generated by scwrypts
|
||||
* theme : main
|
||||
**/
|
||||
|
||||
*{
|
||||
background: #000505;
|
||||
foreground: #d0f0f0;
|
||||
background-alt: #9922dd;
|
||||
selected: #000505;
|
||||
active: #6911aa;
|
||||
urgent: #c80064;
|
||||
}
|
1
colorschemes/active/source.yaml
Symbolic link
1
colorschemes/active/source.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
/home/w0ryn/.wryn/colorschemes/main.yaml
|
@ -1,29 +0,0 @@
|
||||
background #000505
|
||||
foreground #cfc2e9
|
||||
selection_background #01b282
|
||||
selection_foreground #441580
|
||||
cursor #e0d0ff
|
||||
|
||||
color0 #000505
|
||||
color8 #424253
|
||||
|
||||
color1 #c80064
|
||||
color9 #640032
|
||||
|
||||
color2 #00c864
|
||||
color10 #006432
|
||||
|
||||
color3 #6400c8
|
||||
color11 #320064
|
||||
|
||||
color4 #007d96
|
||||
color12 #00324b
|
||||
|
||||
color5 #9600fa
|
||||
color13 #640096
|
||||
|
||||
color6 #00fac8
|
||||
color14 #009664
|
||||
|
||||
color7 #7e707e
|
||||
color15 #c0b0c0
|
61
colorschemes/main.yaml
Normal file
61
colorschemes/main.yaml
Normal 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
|
29
colorschemes/sanity.conf
Normal file
29
colorschemes/sanity.conf
Normal 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
|
Reference in New Issue
Block a user