various updates, mainly hyprland
This commit is contained in:
@ -1,51 +1,11 @@
|
||||
live_config_reload = true
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
color = "0xffffff"
|
||||
duration = 0
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = false
|
||||
|
||||
[colors.bright]
|
||||
black = "#505050"
|
||||
blue = "#547C99"
|
||||
cyan = "#7DD6CF"
|
||||
green = "#7B9246"
|
||||
magenta = "#9F4E85"
|
||||
red = "#A53C23"
|
||||
white = "#F5F5F5"
|
||||
yellow = "#D3A04D"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0x4d4d4c"
|
||||
text = "0xffffff"
|
||||
|
||||
[colors.normal]
|
||||
black = "#151515"
|
||||
blue = "#6C99BB"
|
||||
cyan = "#7DD6CF"
|
||||
green = "#7B9246"
|
||||
magenta = "#9F4E85"
|
||||
red = "#A53C23"
|
||||
white = "#D0D0D0"
|
||||
yellow = "#D3A04D"
|
||||
|
||||
[colors.primary]
|
||||
background = "#222222"
|
||||
foreground = "#D0D0D0"
|
||||
|
||||
[cursor.style]
|
||||
shape = "Beam"
|
||||
blinking = "On"
|
||||
|
||||
[debug]
|
||||
log_level = "OFF"
|
||||
persistent_logging = false
|
||||
print_events = false
|
||||
render_timer = false
|
||||
|
||||
[font]
|
||||
size = 16.0
|
||||
|
||||
@ -69,6 +29,17 @@ style = "Regular"
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
color = "0xffffff"
|
||||
duration = 0
|
||||
|
||||
[debug]
|
||||
log_level = "OFF"
|
||||
persistent_logging = false
|
||||
print_events = false
|
||||
render_timer = false
|
||||
|
||||
[mouse]
|
||||
bindings = [
|
||||
{ action = "PasteSelection", mouse = "Middle" },
|
||||
@ -103,3 +74,8 @@ lines = 40
|
||||
[window.padding]
|
||||
x = 5
|
||||
y = 5
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
# Set the theme by changing the link 'themes/current.toml'
|
||||
import = ["~/.config/alacritty/themes/current.toml"]
|
||||
|
||||
1
.config/alacritty/themes/current.toml
Symbolic link
1
.config/alacritty/themes/current.toml
Symbolic link
@ -0,0 +1 @@
|
||||
/home/paul/dotfiles/.config/alacritty/themes/dark/default.toml
|
||||
44
.config/alacritty/themes/dark/alacritty-0-12.toml
Normal file
44
.config/alacritty/themes/dark/alacritty-0-12.toml
Normal file
@ -0,0 +1,44 @@
|
||||
# Alacritty's default color scheme pre-0.13 (based on tomorrow_night)
|
||||
# https://github.com/alacritty/alacritty/blob/v0.12.3/alacritty/src/config/color.rs
|
||||
|
||||
[colors.primary]
|
||||
foreground = "#c5c8c6"
|
||||
background = "#1d1f21"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1d1f21"
|
||||
red = "#cc6666"
|
||||
green = "#b5bd68"
|
||||
yellow = "#f0c674"
|
||||
blue = "#81a2be"
|
||||
magenta = "#b294bb"
|
||||
cyan = "#8abeb7"
|
||||
white = "#c5c8c6"
|
||||
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
red = "#d54e53"
|
||||
green = "#b9ca4a"
|
||||
yellow = "#e7c547"
|
||||
blue = "#7aa6da"
|
||||
magenta = "#c397d8"
|
||||
cyan = "#70c0b1"
|
||||
white = "#eaeaea"
|
||||
|
||||
[colors.dim]
|
||||
black = "#131415"
|
||||
red = "#864343"
|
||||
green = "#777c44"
|
||||
yellow = "#9e824c"
|
||||
blue = "#556a7d"
|
||||
magenta = "#75617b"
|
||||
cyan = "#5b7d78"
|
||||
white = "#828482"
|
||||
|
||||
[colors.hints]
|
||||
start = { foreground = "#1d1f21", background = "#e9ff5e" }
|
||||
end = { foreground = "#e9ff5e", background = "#1d1f21" }
|
||||
|
||||
[colors.search]
|
||||
matches = { foreground = "#000000", background = "#ffffff" }
|
||||
focused_match = { foreground = "#ffffff", background = "#000000" }
|
||||
1
.config/alacritty/themes/dark/default.toml
Symbolic link
1
.config/alacritty/themes/dark/default.toml
Symbolic link
@ -0,0 +1 @@
|
||||
alacritty-0-12.toml
|
||||
27
.config/alacritty/themes/dark/unknown.toml
Normal file
27
.config/alacritty/themes/dark/unknown.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[colors.bright]
|
||||
black = "#505050"
|
||||
blue = "#547C99"
|
||||
cyan = "#7DD6CF"
|
||||
green = "#7B9246"
|
||||
magenta = "#9F4E85"
|
||||
red = "#A53C23"
|
||||
white = "#F5F5F5"
|
||||
yellow = "#D3A04D"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0x4d4d4c"
|
||||
text = "0xffffff"
|
||||
|
||||
[colors.normal]
|
||||
black = "#151515"
|
||||
blue = "#6C99BB"
|
||||
cyan = "#7DD6CF"
|
||||
green = "#7B9246"
|
||||
magenta = "#9F4E85"
|
||||
red = "#A53C23"
|
||||
white = "#D0D0D0"
|
||||
yellow = "#D3A04D"
|
||||
|
||||
[colors.primary]
|
||||
background = "#222222"
|
||||
foreground = "#D0D0D0"
|
||||
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