Skip to content

Instantly share code, notes, and snippets.

@oki
Created April 23, 2024 10:07
Show Gist options
  • Save oki/39f775640c5862e56afcd41d98bfc25b to your computer and use it in GitHub Desktop.
Save oki/39f775640c5862e56afcd41d98bfc25b to your computer and use it in GitHub Desktop.
import = [ "~/.config/alacritty/themes/themes/campbell.toml" ]
[font]
# normal = { family = "Monaco", style = "Regular" }
# normal = { family = "Monooki", style = "Regular" }
# normal = { family = "JetBrains Mono", style = "Regular" }
# normal = { family = "CommitMono Nerd Font Propo", style = "Regular" }
# normal = { family = "CommitMono Nerd Font Mono", style = "Regular" }
normal = { family = "CommitMono Nerd Font", style = "Regular" }
size = 14
bold = { style = "Bold" }
bold_italic = { style = "Bold Italic" }
italic = { style = "Italic" }
offset = { x = 1, y = 1 }
[window.padding]
x = 3
[window.dimensions]
columns = 239
lines = 55
[env]
TERM = "xterm-256color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment