various updates, mainly hyprland
This commit is contained in:
1
.config/alacritty/themes/light/default.toml
Symbolic link
1
.config/alacritty/themes/light/default.toml
Symbolic link
@ -0,0 +1 @@
|
||||
google-light.toml
|
||||
27
.config/alacritty/themes/light/google-light.toml
Normal file
27
.config/alacritty/themes/light/google-light.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
blue = "#0000ff"
|
||||
cyan = "#00e5e5"
|
||||
green = "#00d900"
|
||||
magenta = "#e500e5"
|
||||
red = "#e50000"
|
||||
white = "#e5e5e5"
|
||||
yellow = "#e5e500"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0x4d4d4c"
|
||||
text = "0xffffff"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#0000b2"
|
||||
cyan = "#00a6b2"
|
||||
green = "#00a600"
|
||||
magenta = "#b200b2"
|
||||
red = "#990000"
|
||||
white = "#bfbfbf"
|
||||
yellow = "#999900"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f0f0f0"
|
||||
foreground = "#000000"
|
||||
Reference in New Issue
Block a user