halloween colorscheme

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

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'