srctree

Gregory Mullen parent 85f7c6e2 08e2b1a3
alacritty theme

got bored with the old one
.config/alacritty/alacritty.yml added: 83, removed: 80, total 3
@@ -62,92 +62,95 @@ font:
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false
 
import:
- ~/.config/alacritty/themes/themes/pencil_dark.yaml
 
# Colors (Tomorrow Night)
colors:
primary:
# hard contrast background - '#1d2021'
background: &gruvbox_dark_bg '#282828'
# soft contrast background - '#32302f'
foreground: '#ebdbb2'
bright_foreground: '#fbf1c7'
dim_foreground: '#a89984'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
# search:
# matches:
# foreground: '#000000'
# background: '#ffffff'
# focused_match:
# foreground: CellBackground
# background: CellForeground
# bar:
# background: ''
# foreground: ''
# line_indicator:
# foreground: None
# background: None
selection:
text: CellBackground
background: CellForeground
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
normal:
black: *gruvbox_dark_bg
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
dim:
black: '#32302f'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#427b58'
white: '#928374'
indexed_colors:
- { index: 66, color: '#458588' }
- { index: 72, color: '#689d6a' }
- { index: 106, color: '#98971a' }
- { index: 108, color: '#8ec07c' }
- { index: 109, color: '#83a598' }
- { index: 124, color: '#cc241d' }
- { index: 132, color: '#b16286' }
- { index: 142, color: '#b8bb26' }
- { index: 166, color: '#d65d0e' }
- { index: 167, color: '#fb4934' }
- { index: 172, color: '#d79921' }
- { index: 175, color: '#d3869b' }
- { index: 208, color: '#fe8019' }
- { index: 214, color: '#fabd2f' }
- { index: 223, color: '#ebdbb2' }
- { index: 229, color: '#fbf1c7' }
- { index: 234, color: '#1d2021' }
- { index: 235, color: '#282828' }
- { index: 236, color: '#32302f' }
- { index: 237, color: '#3c3836' }
- { index: 239, color: '#504945' }
- { index: 241, color: '#665c54' }
- { index: 243, color: '#7c6f64' }
- { index: 245, color: '#928374' }
- { index: 246, color: '#a89984' }
- { index: 248, color: '#bdae93' }
- { index: 250, color: '#d5c4a1' }
normal:
white: '#ffffff'
forground: '#ffffff'
cyan: '#d65d0e'
# sonokai
# primary:
# background: '#2c2e34'
# foreground: '#e2e2e3'
# dim_foreground: '#7f8490'
#normal:
# black: '#181819'
# red: '#fc5d7c'
# green: '#9ed072'
# yellow: '#e7c664'
# blue: '#76cce0'
# magenta: '#55393d'
# cyan: '#354157'
# white: '#e2e2e3'
 
#background: &gruvbox_dark_bg '#2c2e34'
# bright:
# black: '#928374'
# red: '#fb4934'
# green: '#b8bb26'
# yellow: '#fabd2f'
# blue: '#83a598'
# magenta: '#d3869b'
# cyan: '#8ec07c'
# white: '#ebdbb2'
# normal:
# black: *gruvbox_dark_bg
# red: '#cc241d'
# green: '#98971a'
# yellow: '#d79921'
# blue: '#458588'
# magenta: '#b16286'
# cyan: '#689d6a'
# white: '#a89984'
# dim:
# black: '#32302f'
# red: '#9d0006'
# green: '#79740e'
# yellow: '#b57614'
# blue: '#076678'
# magenta: '#8f3f71'
# cyan: '#427b58'
# white: '#928374'
# indexed_colors:
# - { index: 66, color: '#458588' }
# - { index: 72, color: '#689d6a' }
# - { index: 106, color: '#98971a' }
# - { index: 108, color: '#8ec07c' }
# - { index: 109, color: '#83a598' }
# - { index: 124, color: '#cc241d' }
# - { index: 132, color: '#b16286' }
# - { index: 142, color: '#b8bb26' }
# - { index: 166, color: '#d65d0e' }
# - { index: 167, color: '#fb4934' }
# - { index: 172, color: '#d79921' }
# - { index: 175, color: '#d3869b' }
# - { index: 208, color: '#fe8019' }
# - { index: 214, color: '#fabd2f' }
# - { index: 223, color: '#ebdbb2' }
# - { index: 229, color: '#fbf1c7' }
# - { index: 234, color: '#1d2021' }
# - { index: 235, color: '#282828' }
# - { index: 236, color: '#32302f' }
# - { index: 237, color: '#3c3836' }
# - { index: 239, color: '#504945' }
# - { index: 241, color: '#665c54' }
# - { index: 243, color: '#7c6f64' }
# - { index: 245, color: '#928374' }
# - { index: 246, color: '#a89984' }
# - { index: 248, color: '#bdae93' }
# - { index: 250, color: '#d5c4a1' }
 
 
# Keyboard hints
@@ -355,8 +358,8 @@ colors:
# Default:
# - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset
# - (Windows) powershell
#shell:
# program: /bin/bash
shell:
program: /usr/bin/hsh
# args:
# - --login
 
@@ -787,10 +790,10 @@ colors:
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
 
debug:
#debug:
#render_timer: false
#persistent_logging: false
#log_level: Warn
print_events: true
#print_events: true
#highlight_damage: false