summaryrefslogtreecommitdiff
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 5b10c0a5..415e3892 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -120,6 +120,18 @@ colors:
cyan: '0x54ced6'
white: '0xffffff'
+ # Dim colors (Optional)
+ dim:
+ black: '0x333333'
+ red: '0xf2777a'
+ green: '0x99cc99'
+ yellow: '0xffcc66'
+ blue: '0x6699cc'
+ magenta: '0xcc99cc'
+ cyan: '0x66cccc'
+ white: '0xdddddd'
+
+
# Visual Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once