feat: add terminal theme support (#17)
Co-authored-by: Thomas Croft <thomas.croft@proton.me>
This commit is contained in:
29
extra/alacritty/tokyodark.yml
Normal file
29
extra/alacritty/tokyodark.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
# Colors (tokyodark)
|
||||
colors:
|
||||
bright:
|
||||
black: '#212234'
|
||||
blue: '#7199ee'
|
||||
cyan: '#38a89d'
|
||||
green: '#95c561'
|
||||
magenta: '#a485dd'
|
||||
red: '#ee6d85'
|
||||
white: '#a0a8cd'
|
||||
yellow: '#d7a65f'
|
||||
cursor:
|
||||
cursor: '#a0a8cd'
|
||||
text: '#11121d'
|
||||
normal:
|
||||
black: '#06080a'
|
||||
blue: '#7199ee'
|
||||
cyan: '#38a89d'
|
||||
green: '#95c561'
|
||||
magenta: '#a485dd'
|
||||
red: '#ee6d85'
|
||||
white: '#a0a8cd'
|
||||
yellow: '#d7a65f'
|
||||
primary:
|
||||
background: '#11121d'
|
||||
foreground: '#a0a8cd'
|
||||
selection:
|
||||
background: '#11121d'
|
||||
text: '#a0a8cd'
|
||||
Reference in New Issue
Block a user