Git Repos / dotfiles / config / alacritty / alacritty.yml.fix
Last update to this file was on 2023-04-15 at 11:53.
Show alacritty.yml.fix
window:
dimensions:
columns: 81
lines: 25
opacity: 0.8
padding:
x: 0
y: 0
dynamic_padding: false
font:
normal:
family: Inconsolata
style: Regular
bold:
family: Inconsolata
style: Regular
italic:
family: Inconsolata
style: Italic
bold_italic:
family: Inconsolata
style: Italic
size: 24.0
draw_bold_text_with_bright_colors: true
schemes:
cev: &cev
primary:
background: 'xDK0h'
foreground: 'xLT2'
cursor:
text: CellBackground
cursor: 'xLT2'
selection:
text: 'xDK1'
background: 'xLT4'
normal:
black: 'xDK0s'
red: 'xREDn'
green: 'xGRNn'
yellow: 'xYELn'
blue: 'xBLUn'
magenta: 'xPURn'
cyan: 'xAQUn'
white: 'xLT2'
bright:
black: 'xDK4'
red: 'xREDb'
green: 'xGRNb'
yellow: 'xYELb'
blue: 'xBLUb'
magenta: 'xPURb'
cyan: 'xAQUb'
white: 'xLT0'
dim:
black: 'xDK0'
red: 'xREDf'
green: 'xGRNf'
yellow: 'xYELf'
blue: 'xBLUf'
magenta: 'xPURf'
cyan: 'xAQUf'
white: 'xGRAY'
colors: *cev
key_bindings:
- { key: V, mods: Control|Shift, action: ReceiveChar }
- { key: Home, mods: Shift, action: ReceiveChar }
- { key: End, mods: Shift, action: ReceiveChar }
Return to the top of this page or return to the overview of this repo.
Log alacritty.yml.fix
Date | Commit Message | Author | + | - |
---|---|---|---|---|
2023-04-15 | jgmenu.csv, misc. small changes | cev | +3 | |
2022-02-15 | get_rss (an rss fetching program), various tweaks | cev | +1 | -2 |
2021-12-13 | Expanded redshift background.sh, misc. changes | cev | +6 | -1 |
2021-12-08 | Initial commit. Dotfiles, scripts, basic Makefile. | cev | +66 |
Return to the top of this page or return to the overview of this repo.