New theme

This commit is contained in:
Jeff Lance 2022-01-26 21:17:15 +01:00
parent 7481bab8de
commit 36f1c68db1
2 changed files with 31 additions and 2 deletions

View File

@ -8,8 +8,8 @@
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
import:
- ~/.config/alacritty/dracula.yml
# import:
# - ~/.config/alacritty/panda.yml
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
@ -831,6 +831,10 @@ live_config_reload: true
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
# Colorscheme
import:
- ~/.config/alacritty/panda.yml
#debug:
# Display the time it takes to redraw each frame.
#render_timer: false

View File

@ -0,0 +1,25 @@
# Colors (Panda)
colors:
primary:
background: '#292A2B'
foreground: '#E6E6E6'
normal:
black: '#292A2B'
red: '#FF2C6D'
green: '#19f9d8'
yellow: '#FFB86C'
blue: '#45A9F9'
magenta: '#FF75B5'
cyan: '#67d3c2'
orange: '#B084EB'
white: '#E6E6E6'
bright:
black: '#292A2B'
red: '#FF2C6D'
green: '#19f9d8'
yellow: '#ffcc95'
blue: '#6FC1FF'
magenta: '#FF9AC1'
cyan: '#67d3c2'
white: '#ffffff'