Config alacritty theme to TOML
This commit is contained in:
parent
a7626f098d
commit
668e08521a
31
alacritty/themes/User 77 - Mashup colors.toml
Normal file
31
alacritty/themes/User 77 - Mashup colors.toml
Normal 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"
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user