halloween colorscheme
This commit is contained in:
parent
a7496b926a
commit
498868c676
@ -1,7 +1,7 @@
|
|||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : main
|
# theme : halloween
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
cursor = '0xeeddff'
|
cursor = '0xefe5f9'
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '0x000505'
|
background = '0x000505'
|
||||||
@ -9,20 +9,20 @@ foreground = '0xd0f0f0'
|
|||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '0x000505'
|
black = '0x000505'
|
||||||
red = '0xc80064'
|
red = '0x00f900'
|
||||||
green = '0x11bb98'
|
green = '0xff6f00'
|
||||||
yellow = '0x6911aa'
|
yellow = '0x8b41d5'
|
||||||
blue = '0x2262bb'
|
blue = '0xac0041'
|
||||||
magenta = '0x9922dd'
|
magenta = '0x750dcc'
|
||||||
cyan = '0x22ccba'
|
cyan = '0x00f900'
|
||||||
white = '0xd0f0f0'
|
white = '0xd0f0f0'
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '0x424253'
|
black = '0x424253'
|
||||||
red = '0xff44ff'
|
red = '0xa3ff90'
|
||||||
green = '0x44dddd'
|
green = '0xffe082'
|
||||||
yellow = '0xaa44ff'
|
yellow = '0xbb94e6'
|
||||||
blue = '0x229df6'
|
blue = '0xff283e'
|
||||||
magenta = '0xdd88ff'
|
magenta = '0xd6bff0'
|
||||||
cyan = '0x88ffff'
|
cyan = '0xcbffbe'
|
||||||
white = '0x7e707e'
|
white = '0x7e707e'
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
--- # yamllint disable rule:colons
|
--- # yamllint disable rule:colons
|
||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : main
|
# theme : halloween
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '0x000505'
|
background: '0x000505'
|
||||||
foreground: '0xd0f0f0'
|
foreground: '0xd0f0f0'
|
||||||
cursor:
|
cursor:
|
||||||
cursor: '0xeeddff'
|
cursor: '0xefe5f9'
|
||||||
normal:
|
normal:
|
||||||
black: '0x000505'
|
black: '0x000505'
|
||||||
red: '0xc80064'
|
red: '0x00f900'
|
||||||
green: '0x11bb98'
|
green: '0xff6f00'
|
||||||
yellow: '0x6911aa'
|
yellow: '0x8b41d5'
|
||||||
blue: '0x2262bb'
|
blue: '0xac0041'
|
||||||
magenta: '0x9922dd'
|
magenta: '0x750dcc'
|
||||||
cyan: '0x22ccba'
|
cyan: '0x00f900'
|
||||||
white: '0xd0f0f0'
|
white: '0xd0f0f0'
|
||||||
bright:
|
bright:
|
||||||
black: '0x424253'
|
black: '0x424253'
|
||||||
red: '0xff44ff'
|
red: '0xa3ff90'
|
||||||
green: '0x44dddd'
|
green: '0xffe082'
|
||||||
yellow: '0xaa44ff'
|
yellow: '0xbb94e6'
|
||||||
blue: '0x229df6'
|
blue: '0xff283e'
|
||||||
magenta: '0xdd88ff'
|
magenta: '0xd6bff0'
|
||||||
cyan: '0x88ffff'
|
cyan: '0xcbffbe'
|
||||||
white: '0x7e707e'
|
white: '0x7e707e'
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : main
|
# theme : halloween
|
||||||
#
|
#
|
||||||
# source this file to apply colorscheme to linux getty
|
# source this file to apply colorscheme to linux getty
|
||||||
#
|
#
|
||||||
[[ "$TERM" =~ ^linux$ ]] || return 0
|
[[ "$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
|
[ ! $NO_CLEAR ] && clear
|
||||||
return 0
|
return 0
|
||||||
sed $d
|
sed $d
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : main
|
# theme : halloween
|
||||||
color0 #000505
|
color0 #000505
|
||||||
color1 #c80064
|
color1 #00f900
|
||||||
color2 #11bb98
|
color2 #ff6f00
|
||||||
color3 #6911aa
|
color3 #8b41d5
|
||||||
color4 #2262bb
|
color4 #ac0041
|
||||||
color5 #9922dd
|
color5 #750dcc
|
||||||
color6 #22ccba
|
color6 #00f900
|
||||||
color7 #d0f0f0
|
color7 #d0f0f0
|
||||||
color8 #424253
|
color8 #424253
|
||||||
color9 #ff44ff
|
color9 #a3ff90
|
||||||
color10 #44dddd
|
color10 #ffe082
|
||||||
color11 #aa44ff
|
color11 #bb94e6
|
||||||
color12 #229df6
|
color12 #ff283e
|
||||||
color13 #dd88ff
|
color13 #d6bff0
|
||||||
color14 #88ffff
|
color14 #cbffbe
|
||||||
color15 #7e707e
|
color15 #7e707e
|
||||||
cursor #eeddff
|
cursor #efe5f9
|
||||||
background #000505
|
background #000505
|
||||||
foreground #d0f0f0
|
foreground #d0f0f0
|
||||||
selection_background #
|
selection_background #
|
||||||
|
@ -1 +1 @@
|
|||||||
main
|
halloween
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# do not edit; generated by scwrypts
|
# do not edit; generated by scwrypts
|
||||||
# theme : main
|
# theme : halloween
|
||||||
[colors]
|
[colors]
|
||||||
background = #000505
|
background = #000505
|
||||||
foreground = #d0f0f0
|
foreground = #d0f0f0
|
||||||
background-alt = #6911aa
|
background-alt = #8b41d5
|
||||||
foreground-alt = #d0f0f0
|
foreground-alt = #d0f0f0
|
||||||
primary = #6911aa
|
primary = #8b41d5
|
||||||
secondary = #11bb98
|
secondary = #ff6f00
|
||||||
alert = #c80064
|
alert = #00f900
|
||||||
disabled = #424253
|
disabled = #424253
|
||||||
|
|
||||||
primary-gradient-0 = #420069
|
primary-gradient-0 = #420069
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
/**
|
/**
|
||||||
* do not edit; generated by scwrypts
|
* do not edit; generated by scwrypts
|
||||||
* theme : main
|
* theme : halloween
|
||||||
**/
|
**/
|
||||||
|
|
||||||
*{
|
*{
|
||||||
background: #001129;
|
background: #ff6f00;
|
||||||
foreground: #d0f0f0;
|
foreground: #000505;
|
||||||
background-alt: #9922dd;
|
background-alt: #a066dd;
|
||||||
foreground-alt: #000505;
|
foreground-alt: #000505;
|
||||||
selected: #000505;
|
selected: #000505;
|
||||||
active: #6911aa;
|
active: #8b41d5;
|
||||||
urgent: #c80064;
|
urgent: #00f900;
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
/home/w0ryn/.wryn/colorschemes/main.yaml
|
/home/w0ryn/.wryn/colorschemes/halloween.yaml
|
73
colorschemes/halloween.yaml
Normal file
73
colorschemes/halloween.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user