Config alacritty theme to TOML

This commit is contained in:
Daniel Lynn 2024-02-12 10:52:10 -06:00
parent a7626f098d
commit 668e08521a
Signed by: daniel
GPG Key ID: 28496A140E180A9D
2 changed files with 31 additions and 27 deletions

View File

@ -0,0 +1,31 @@
[colors]
# author = "user 77"
# name = "Mashup Colors"
[colors.bright]
black = "#404040"
blue = "#95b9de"
cyan = "#9fa590"
green = "#b8ca4b"
magenta = "#ad7fa8"
red = "#ff6c5f"
white = "#e8d0c3"
yellow = "#c7a551"
[colors.cursor]
cursor = "#b2a191"
text = "#171717"
[colors.normal]
black = "#202020"
blue = "#627a92"
cyan = "#757978"
green = "#707d22"
magenta = "#75507b"
red = "#bf3f34"
white = "#b2a191"
yellow = "#bf7a29"
[colors.primary]
background = "#171717"
foreground = "#b2a191"

View File

@ -1,27 +0,0 @@
colors:
name: Mashup Colors
author: user 77
primary:
background: "#171717"
foreground: "#b2a191"
cursor:
text: "#171717"
cursor: "#b2a191"
normal:
black: "#202020"
red: "#bf3f34"
green: "#707d22"
yellow: "#bf7a29"
blue: "#627a92"
magenta: "#75507b"
cyan: "#757978"
white: "#b2a191"
bright:
black: "#404040"
red: "#ff6c5f"
green: "#b8ca4b"
yellow: "#c7a551"
blue: "#95b9de"
magenta: "#ad7fa8"
cyan: "#9fa590"
white: "#e8d0c3"