Created
April 23, 2024 10:07
-
-
Save oki/39f775640c5862e56afcd41d98bfc25b to your computer and use it in GitHub Desktop.
This file contains 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
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