diff --git a/conf.d/alacritty/alacritty.yml b/conf.d/alacritty/alacritty.yml index 1daed78..110998d 100644 --- a/conf.d/alacritty/alacritty.yml +++ b/conf.d/alacritty/alacritty.yml @@ -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 diff --git a/conf.d/alacritty/panda.yml b/conf.d/alacritty/panda.yml new file mode 100644 index 0000000..d56db48 --- /dev/null +++ b/conf.d/alacritty/panda.yml @@ -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'