Skip to content

Instantly share code, notes, and snippets.

@DeityLamb
Last active January 11, 2024 13:39
Show Gist options
  • Save DeityLamb/1f6e4360193b5f791908a956f24b3039 to your computer and use it in GitHub Desktop.
Save DeityLamb/1f6e4360193b5f791908a956f24b3039 to your computer and use it in GitHub Desktop.
alacritty - nord theme
# Colors (Nord)
colors:
# Default colors
primary:
background: '#071019'
foreground: '#D8DEE9'
# Normal colors
normal:
black: '#3B4252'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#88C0D0'
white: '#E5E9F0'
# Bright colors
bright:
black: '#4C566A'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#8FBCBB'
white: '#ECEFF4'
font:
normal:
family: Liberation Mono
style: Regular
bold:
family: Liberation Mono
style: Bold
italic:
family: Liberation Mono
style: Italic
size: 11.0
env:
#TERM: xterm-256color
WINIT_X11_SCALE_FACTOR: "1"
window:
padding:
x: 0
y: 0
dimensions:
columns: 0
lines: 0
position:
x: 0
y: 0
dynamic_padding: false
opacity: 1
key_bindings:
- { key: PageUp, mods: Control, action: None }
- { key: PageDown, mods: Control, action: None }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment