aboutsummaryrefslogtreecommitdiff
path: root/config/alacritty.toml
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-05-06 09:10:11 +0200
committerKarel Kočí <cynerd@email.cz>2026-05-06 09:10:11 +0200
commit74a38b9dd7080ea052c810112fb19d00c7eda753 (patch)
treec19a4d1907b40e6d42a4610bfa9ffb128e5caa62 /config/alacritty.toml
parent0d8d409eb6fb4dcdff102fe968a0df0149700b2b (diff)
downloadmyconfigs-74a38b9dd7080ea052c810112fb19d00c7eda753.tar.gz
myconfigs-74a38b9dd7080ea052c810112fb19d00c7eda753.tar.bz2
myconfigs-74a38b9dd7080ea052c810112fb19d00c7eda753.zip
Multiple fixes of the configurationHEADmaster
Diffstat (limited to 'config/alacritty.toml')
-rw-r--r--config/alacritty.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/alacritty.toml b/config/alacritty.toml
index f46434b..340f690 100644
--- a/config/alacritty.toml
+++ b/config/alacritty.toml
@@ -1,3 +1,4 @@
+[general]
#import = ["~/.config/alacritty/themes/themes/alabaster.toml"]
[colors.bright]
@@ -39,10 +40,6 @@ background = "#2e3440"
dim_foreground = "#a5abb6"
foreground = "#d8dee9"
-#[colors.search.footer_bar]
-#background = "#434c5e"
-#foreground = "#d8dee9"
-
[colors.search.matches]
background = "#88c0d0"
foreground = "CellBackground"