rofi is presentable now.
This commit is contained in:
24
alacritty/.config/alacritty/themes/summer.toml
Normal file
24
alacritty/.config/alacritty/themes/summer.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
[colors.primary]
|
||||
background = "0x292A2B"
|
||||
foreground = "0xAEB7B6"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x1D1F21"
|
||||
red = "0xCF3746"
|
||||
green = "0x7CBD27"
|
||||
yellow = "0xECBD10"
|
||||
blue = "0x277AB6"
|
||||
magenta = "0xAD4ED2"
|
||||
cyan = "0x32B5C7"
|
||||
white = "0xD8E2E1"
|
||||
|
||||
[colors.bright]
|
||||
black = "0x292A2B"
|
||||
red = "0xD95473"
|
||||
green = "0xB6DA74"
|
||||
yellow = "0xE7CA62"
|
||||
blue = "0x64A8D8"
|
||||
magenta = "0xBC82D3"
|
||||
cyan = "0x65CEDC"
|
||||
white = "0xEBF6F5"
|
||||
46
alacritty/.config/alacritty/themes/zegonix.toml
Executable file
46
alacritty/.config/alacritty/themes/zegonix.toml
Executable file
@@ -0,0 +1,46 @@
|
||||
[colors.primary]
|
||||
background = "0x202028"
|
||||
foreground = "0xD8D8D0"
|
||||
dim_foreground = "0xA0A0A0"
|
||||
bright_foreground = "0xFFFFFF"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0xBBBBBB"
|
||||
text = "0x202830"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x000000" # v
|
||||
red = "0xFF0120" # v
|
||||
green = "0x0CB653" # v
|
||||
yellow = "0x5EB34D" # v
|
||||
blue = "0x0E4081" # v
|
||||
magenta = "0xE02482" # v
|
||||
cyan = "0x15D7E5" # v
|
||||
white = "0xD8D8D0" # v
|
||||
|
||||
[colors.bright]
|
||||
black = "0x101010" # v
|
||||
red = "0xFF4054" # v
|
||||
green = "0x4BDD94" # v
|
||||
yellow = "0x9EDF6D" # v
|
||||
blue = "0x72AFE3" # v
|
||||
magenta = "0xFBADDD" # v
|
||||
cyan = "0x65E7F1" # v
|
||||
white = "0xFFFFFF" # v
|
||||
|
||||
[colors.dim]
|
||||
black = "0x000000" # v
|
||||
red = "0xB30015" # v
|
||||
green = "0x165A36" # v
|
||||
yellow = "0x2A5C23" # v
|
||||
blue = "0x001D42" # v
|
||||
magenta = "0x9034B2" # v
|
||||
cyan = "0x109EA8" # v
|
||||
white = "0xC8C8B8" # v
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = "0x94B5DB"
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = "0xDCC94C"
|
||||
Reference in New Issue
Block a user