First stab at converting to farout palette
Also renamed all/most instances of tokyonight to farout
This commit is contained in:
34
extras/alacritty/faroutnight.yml
Normal file
34
extras/alacritty/faroutnight.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
# FarOut Alacritty Colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1a1b26'
|
||||
foreground: '0xE0CCAE'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x15161e'
|
||||
red: '0xbf472c'
|
||||
green: '0xa4896f'
|
||||
yellow: '0xf2a766'
|
||||
blue: '0xd47d49'
|
||||
magenta: '0x8a4b53'
|
||||
cyan: '0xa67458'
|
||||
white: '0xF2A766'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x392D2B'
|
||||
red: '0xbf472c'
|
||||
green: '0xa4896f'
|
||||
yellow: '0xf2a766'
|
||||
blue: '0xd47d49'
|
||||
magenta: '0x8a4b53'
|
||||
cyan: '0xa67458'
|
||||
white: '0xE0CCAE'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xff9e64' }
|
||||
- { index: 17, color: '0xdf674c' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user