Skip to content

Commit

Permalink
Alacritty config file migrated to TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanhueza committed Mar 24, 2024
1 parent 3de24ab commit 1b319f8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 32 deletions.
27 changes: 27 additions & 0 deletions airootfs/root/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[colors.bright]
black = "#808080"
blue = "#0066ff"
cyan = "#00ffff"
green = "#33ff00"
magenta = "#cc00ff"
red = "#fe0100"
white = "#FFFFFF"
yellow = "#feff00"

[colors.cursor]
cursor = "#ffffff"
text = "#F81CE5"

[colors.normal]
black = "#000000"
blue = "#0066ff"
cyan = "#00ffff"
green = "#33ff00"
magenta = "#cc00ff"
red = "#fe0100"
white = "#d0d0d0"
yellow = "#feff00"

[colors.primary]
background = "#000000"
foreground = "#ffffff"
32 changes: 0 additions & 32 deletions airootfs/root/.config/alacritty/alacritty.yml

This file was deleted.

0 comments on commit 1b319f8

Please sign in to comment.