mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update 2024-07-16
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user