Skip to content

Commit

Permalink
alacritty: Update config to toml on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Mar 27, 2024
1 parent bbd76a8 commit ef0606d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 526 deletions.
53 changes: 53 additions & 0 deletions dotfiles/alacritty/.config/alacritty_base/alacritty_Darwin.toml
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"
Loading

0 comments on commit ef0606d

Please sign in to comment.