Created
December 15, 2025 13:27
-
-
Save oki/1590b04fbd994f5f9e00ed691691eae0 to your computer and use it in GitHub Desktop.
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
| [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" | |
| [general] | |
| import = [ "~/.config/alacritty/themes/themes/campbell.toml" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment