Last active
May 10, 2022 18:49
-
-
Save poppindouble/0463780e7f496fc683285f32107af21f to your computer and use it in GitHub Desktop.
alacritty.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Window Customization | |
window: | |
dimensions: | |
columns: 140 | |
lines: 38 | |
padding: | |
x: 5 | |
y: 0 | |
opacity: | |
0.8 | |
scrolling: | |
history: 10000 | |
multiplier: 3 | |
window.dynamic_title: true | |
# Font Customization | |
font: | |
normal: | |
family: Fira Code | |
style: Regular | |
bold: | |
family: Fira Code | |
style: Bold | |
italic: | |
family: Fira Code | |
style: Retina | |
size: 16 | |
debug: | |
persistent_logging: false | |
draw_bold_text_with_bright_colors: true | |
# Color Settings (Gruvbox) | |
colors: | |
primary: | |
background: '#0f0f0f' | |
foreground: '#ebdbb2' | |
normal: | |
black: '#282828' | |
red: '#cc241d' | |
green: '#98971a' | |
yellow: '#d79921' | |
blue: '#458588' | |
magenta: '#b16286' | |
cyan: '#689d6a' | |
white: '#a89984' | |
bright: | |
black: '#928374' | |
red: '#fb4934' | |
green: '#b8bb26' | |
yellow: '#fabd2f' | |
blue: '#83a598' | |
magenta: '#d3869b' | |
cyan: '#8ec07c' | |
white: '#ebdbb2' | |
selection: | |
text: '0xffffff' | |
background: '0xdc3232' | |
white: '0xffffff' | |
cursor: | |
style: Block | |
unfocused_hollow: true | |
shell: | |
program: /usr/bin/tmux | |
args: | |
- "attach" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment