-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alacritty: Update config to toml on Darwin
- Loading branch information
1 parent
bbd76a8
commit ef0606d
Showing
2 changed files
with
53 additions
and
526 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
dotfiles/alacritty/.config/alacritty_base/alacritty_Darwin.toml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[colors] | ||
draw_bold_text_with_bright_colors = false | ||
|
||
[colors.bright] | ||
black = "0x0387ad" | ||
blue = "0x839496" | ||
cyan = "0x93a1a1" | ||
green = "0x586e75" | ||
magenta = "0x6c71c4" | ||
red = "0xcb4b16" | ||
white = "0xfdf6e3" | ||
yellow = "0x657b83" | ||
|
||
[colors.cursor] | ||
cursor = "0x839496" | ||
text = "0x002b36" | ||
|
||
[colors.normal] | ||
black = "0x073642" | ||
blue = "0x268bd2" | ||
cyan = "0x2aa198" | ||
green = "0x859900" | ||
magenta = "0xd33682" | ||
red = "0xdc322f" | ||
white = "0xeee8d5" | ||
yellow = "0xb58900" | ||
|
||
[colors.primary] | ||
background = "0x002b36" | ||
foreground = "0x839496" | ||
|
||
[env] | ||
TERM = "xterm-256color" | ||
|
||
[font] | ||
size = 20 | ||
|
||
[font.normal] | ||
family = "SauceCodePro Nerd Font" | ||
style = "Regular" | ||
|
||
[[keyboard.bindings]] | ||
action = "ToggleSimpleFullscreen" | ||
key = "F" | ||
mods = "Command" | ||
|
||
[mouse] | ||
hide_when_typing = true | ||
|
||
[window] | ||
decorations = "none" | ||
startup_mode = "SimpleFullscreen" | ||
title = "Alacritty" |
Oops, something went wrong.