commit 85e52eac175ecd9fa23c1643b5e7b4956507c9e4
parent 0e00cb753552bafc9c819c4de4a6094414cbda63
Author: Anders <anders.hedman01@gmail.com>
Date: Mon, 14 Mar 2022 21:04:07 +0100
Alacritty opacity moved
Diffstat:
1 file changed, 63 insertions(+), 57 deletions(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -12,7 +12,13 @@
# available, otherwise `xterm-256color` is used.
#TERM: xterm-256color
-#window:
+window:
+ # Window opacity
+ #
+ # Window opacity as a floating point number from `0.0` to `1.0`.
+ # The value `0.0` is completely transparent and `1.0` is opaque.
+ opacity: 0.7
+
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
@@ -145,7 +151,7 @@ font:
#style: Bold Italic
# Point size
- size: 8.0
+ size: 11.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@@ -258,62 +264,62 @@ font:
#indexed_colors: []
# Gnometerm colors
-#colors:
-# # Default colors
-# primary:
-# background: '0x000000'
-# foreground: '0xffffff'
-#
-# # Normal colors
-# normal:
-# black: '0x000000'
-# red: '0xcc0000'
-# green: '0x4e9a06'
-# yellow: '0xc4a000'
-# blue: '0x3465a4'
-# magenta: '0x75507b'
-# cyan: '0x06989a'
-# white: '0xd3d7cf'
-#
-# # Bright colors
-# bright:
-# black: '0x555753'
-# red: '0xef2929'
-# green: '0x8ae234'
-# yellow: '0xfce94f'
-# blue: '0x729fcf'
-# magenta: '0xad7fa8'
-# cyan: '0x34e2e2'
-# white: '0xeeeeec'
-
-# XTerm's default colors
colors:
- # Default colors
- primary:
- background: '0x000000'
- foreground: '0xffffff'
- # Normal colors
- normal:
- black: '0x000000'
- red: '0xcd0000'
- green: '0x00cd00'
- yellow: '0xcdcd00'
- blue: '0x0000ee'
- magenta: '0xcd00cd'
- cyan: '0x00cdcd'
- white: '0xe5e5e5'
-
- # Bright colors
- bright:
- black: '0x7f7f7f'
- red: '0xff0000'
- green: '0x00ff00'
- yellow: '0xffff00'
- blue: '0x5c5cff'
- magenta: '0xff00ff'
- cyan: '0x00ffff'
- white: '0xffffff'
+ # Default colors
+ primary:
+ background: '0x000000'
+ foreground: '0xffffff'
+ # Normal colors
+ normal:
+ black: '0x000000'
+ red: '0xcc0000'
+ green: '0x4e9a06'
+ yellow: '0xc4a000'
+ blue: '0x3465a4'
+ magenta: '0x75507b'
+ cyan: '0x06989a'
+ white: '0xd3d7cf'
+
+ # Bright colors
+ bright:
+ black: '0x555753'
+ red: '0xef2929'
+ green: '0x8ae234'
+ yellow: '0xfce94f'
+ blue: '0x729fcf'
+ magenta: '0xad7fa8'
+ cyan: '0x34e2e2'
+ white: '0xeeeeec'
+
+# XTerm's default colors
+#colors:
+# # Default colors
+# primary:
+# background: '0x000000'
+# foreground: '0xffffff'
+# # Normal colors
+# normal:
+# black: '0x000000'
+# red: '0xcd0000'
+# green: '0x00cd00'
+# yellow: '0xcdcd00'
+# blue: '0x0000ee'
+# magenta: '0xcd00cd'
+# cyan: '0x00cdcd'
+# white: '0xe5e5e5'
+#
+# # Bright colors
+# bright:
+# black: '0x7f7f7f'
+# red: '0xff0000'
+# green: '0x00ff00'
+# yellow: '0xffff00'
+# blue: '0x5c5cff'
+# magenta: '0xff00ff'
+# cyan: '0x00ffff'
+# white: '0xffffff'
+#
# Visual Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
@@ -344,7 +350,7 @@ colors:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
-background_opacity: 0.7
+# moved to window
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"