halloween colorscheme

This commit is contained in:
Wryn (yage) Wagner 2024-10-16 15:30:52 -06:00
parent a7496b926a
commit 498868c676
9 changed files with 130 additions and 57 deletions

View File

@ -1,7 +1,7 @@
# do not edit; generated by scwrypts
# theme : main
# theme : halloween
[colors.cursor]
cursor = '0xeeddff'
cursor = '0xefe5f9'
[colors.primary]
background = '0x000505'
@ -9,20 +9,20 @@ foreground = '0xd0f0f0'
[colors.normal]
black = '0x000505'
red = '0xc80064'
green = '0x11bb98'
yellow = '0x6911aa'
blue = '0x2262bb'
magenta = '0x9922dd'
cyan = '0x22ccba'
red = '0x00f900'
green = '0xff6f00'
yellow = '0x8b41d5'
blue = '0xac0041'
magenta = '0x750dcc'
cyan = '0x00f900'
white = '0xd0f0f0'
[colors.bright]
black = '0x424253'
red = '0xff44ff'
green = '0x44dddd'
yellow = '0xaa44ff'
blue = '0x229df6'
magenta = '0xdd88ff'
cyan = '0x88ffff'
red = '0xa3ff90'
green = '0xffe082'
yellow = '0xbb94e6'
blue = '0xff283e'
magenta = '0xd6bff0'
cyan = '0xcbffbe'
white = '0x7e707e'

View File

@ -1,27 +1,27 @@
--- # yamllint disable rule:colons
# do not edit; generated by scwrypts
# theme : main
# theme : halloween
colors:
primary:
background: '0x000505'
foreground: '0xd0f0f0'
cursor:
cursor: '0xeeddff'
cursor: '0xefe5f9'
normal:
black: '0x000505'
red: '0xc80064'
green: '0x11bb98'
yellow: '0x6911aa'
blue: '0x2262bb'
magenta: '0x9922dd'
cyan: '0x22ccba'
red: '0x00f900'
green: '0xff6f00'
yellow: '0x8b41d5'
blue: '0xac0041'
magenta: '0x750dcc'
cyan: '0x00f900'
white: '0xd0f0f0'
bright:
black: '0x424253'
red: '0xff44ff'
green: '0x44dddd'
yellow: '0xaa44ff'
blue: '0x229df6'
magenta: '0xdd88ff'
cyan: '0x88ffff'
red: '0xa3ff90'
green: '0xffe082'
yellow: '0xbb94e6'
blue: '0xff283e'
magenta: '0xd6bff0'
cyan: '0xcbffbe'
white: '0x7e707e'

View File

@ -1,11 +1,11 @@
#!/bin/sh
# do not edit; generated by scwrypts
# theme : main
# theme : halloween
#
# 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 "
/bin/echo -e " ]P0000505 ]P100f900 ]P2ff6f00 ]P38b41d5 ]P4ac0041 ]P5750dcc ]P600f900 ]P7d0f0f0 ]P8a3ff90 ]P9ffe082 ]PAbb94e6 ]PBff283e ]PCd6bff0 ]PDcbffbe ]PEd0f0f0 ]PF7e707e "
[ ! $NO_CLEAR ] && clear
return 0
sed $d

View File

@ -1,22 +1,22 @@
# do not edit; generated by scwrypts
# theme : main
# theme : halloween
color0 #000505
color1 #c80064
color2 #11bb98
color3 #6911aa
color4 #2262bb
color5 #9922dd
color6 #22ccba
color1 #00f900
color2 #ff6f00
color3 #8b41d5
color4 #ac0041
color5 #750dcc
color6 #00f900
color7 #d0f0f0
color8 #424253
color9 #ff44ff
color10 #44dddd
color11 #aa44ff
color12 #229df6
color13 #dd88ff
color14 #88ffff
color9 #a3ff90
color10 #ffe082
color11 #bb94e6
color12 #ff283e
color13 #d6bff0
color14 #cbffbe
color15 #7e707e
cursor #eeddff
cursor #efe5f9
background #000505
foreground #d0f0f0
selection_background #

View File

@ -1 +1 @@
main
halloween

View File

@ -1,13 +1,13 @@
# do not edit; generated by scwrypts
# theme : main
# theme : halloween
[colors]
background = #000505
foreground = #d0f0f0
background-alt = #6911aa
background-alt = #8b41d5
foreground-alt = #d0f0f0
primary = #6911aa
secondary = #11bb98
alert = #c80064
primary = #8b41d5
secondary = #ff6f00
alert = #00f900
disabled = #424253
primary-gradient-0 = #420069

View File

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

View File

@ -1 +1 @@
/home/w0ryn/.wryn/colorschemes/main.yaml
/home/w0ryn/.wryn/colorschemes/halloween.yaml

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