Skip to content

Commit

Permalink
alacritty: move to toml config & add font size
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlevy committed Aug 21, 2024
1 parent 9bfe4d2 commit 43ab35f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 35 deletions.
33 changes: 33 additions & 0 deletions _alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[font]
size = 14.00

[colors.bright]
black = "#002b36"
blue = "#839496"
cyan = "#93a1a1"
green = "#586e75"
magenta = "#6c71c4"
red = "#cb4b16"
white = "#fdf6e3"
yellow = "#657b83"

[colors.cursor]
cursor = "#839496"
text = "#002b36"

[colors.normal]
black = "#073642"
blue = "#268bd2"
cyan = "#2aa198"
green = "#859900"
magenta = "#d33682"
red = "#dc322f"
white = "#eee8d5"
yellow = "#b58900"

[colors.primary]
background = "#002b36"
foreground = "#839496"

[selection]
save_to_clipboard = true
35 changes: 0 additions & 35 deletions _alacritty.yml

This file was deleted.

0 comments on commit 43ab35f

Please sign in to comment.