Update 2024-07-16

This commit is contained in:
Kristofers Solo
2024-07-16 22:42:32 +03:00
parent 8afdbc8322
commit a2bd1bc111
115 changed files with 8299 additions and 1049 deletions

View File

@@ -1,64 +1,65 @@
import = ["~/.config/alacritty/rose-pine.toml"]
[colors]
draw_bold_text_with_bright_colors = true
transparent_background_colors = false
[[colors.indexed_colors]]
color = "0xff9e64"
index = 16
# [[colors.indexed_colors]]
# index = 16
# color = "#ff9e64"
[[colors.indexed_colors]]
color = "0xdb4b4b"
index = 17
# [[colors.indexed_colors]]
# index = 17
# color = "#db4b4b"
[colors.bright]
black = "0x414868"
blue = "0x7aa2f7"
cyan = "0x7dcfff"
green = "0x9ece6a"
magenta = "0xbb9af7"
red = "0xf7768e"
white = "0xc0caf5"
yellow = "0xe0af68"
# [colors.bright]
# black = "#414868"
# red = "#f7768e"
# green = "#9ece6a"
# yellow = "#e0af68"
# blue = "#7aa2f7"
# magenta = "#bb9af7"
# cyan = "#7dcfff"
# white = "#c0caf5"
[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"
[colors.hints.end]
background = "#282a36"
foreground = "#f1fa8c"
# [colors.hints.end]
# background = "#282a36"
# foreground = "#f1fa8c"
#
# [colors.hints.start]
# background = "#f1fa8c"
# foreground = "#282a36"
[colors.hints.start]
background = "#f1fa8c"
foreground = "#282a36"
# [colors.normal]
# black = "#15161e"
# red = "#f7768e"
# green = "#9ece6a"
# yellow = "#e0af68"
# blue = "#7aa2f7"
# magenta = "#bb9af7"
# cyan = "#7dcfff"
# white = "#a9b1d6"
[colors.normal]
black = "0x15161e"
blue = "0x7aa2f7"
cyan = "0x7dcfff"
green = "0x9ece6a"
magenta = "0xbb9af7"
red = "0xf7768e"
white = "0xa9b1d6"
yellow = "0xe0af68"
# [colors.primary]
# background = "#1a1b26"
# bright_foreground = "#ffffff"
# dim_foreground = "#828482"
# foreground = "#c0caf5"
[colors.primary]
background = "#1a1b26"
bright_foreground = "#ffffff"
dim_foreground = "#828482"
foreground = "#c0caf5"
[colors.search.focused_match]
background = "#ffb86c"
foreground = "#44475a"
# [colors.search.focused_match]
# background = "#ffb86c"
# foreground = "#44475a"
# [colors.search.footer_bar]
# background = "#282a36"
# foreground = "#f8f8f2"
[colors.search.matches]
background = "#50fa7b"
foreground = "#44475a"
# [colors.search.matches]
# background = "#50fa7b"
# foreground = "#44475a"
[colors.selection]
background = "CellForeground"
@@ -203,7 +204,7 @@ decorations = "none"
decorations_theme_variant = "Dark"
dynamic_padding = true
dynamic_title = true
opacity = 0.9
opacity = 0.95
startup_mode = "Windowed"
title = "Alacritty"