summaryrefslogtreecommitdiff
path: root/.config/.alacritty.yml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-17 16:15:51 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-17 16:15:51 +0100
commit1ddc8188ea7286a7d0f186aaf041ff2aa420ca51 (patch)
treeab4824db4e9ea46696198c6ffa9cc06b1e5891ce /.config/.alacritty.yml
parent956df69d7496081db5e7b3621a0bcc7b9d7f7dfc (diff)
Changed colors for alacritty
Diffstat (limited to '.config/.alacritty.yml')
-rw-r--r--.config/.alacritty.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/.alacritty.yml b/.config/.alacritty.yml
index 64fbd8c..8965fa0 100644
--- a/.config/.alacritty.yml
+++ b/.config/.alacritty.yml
@@ -1,3 +1,4 @@
+# Configuration for Alacritty, the GPU enhanced terminal emulator.
shell:
program: /usr/bin/tmux
args:
@@ -21,17 +22,17 @@ colors:
black: "0x111111"
red: "0xaf005f"
green: "0x5faf00"
- yellow: "0xd7af5f"
+ yellow: "0xf1c40f"
blue: "0x5fafd7"
magenta: "0x808080"
- cyan: "0xd7875f"
+ cyan: "0x2ecc71"
white: "0xf2f2f2"
bright:
black: "0x6a6a6a"
- red: "0x5faf5f"
+ red: "0xe74c3c"
green: "0xafd700"
- yellow: "0xaf87d7"
+ yellow: "0xf1c40f"
blue: "0xffaf00"
magenta: "0xffaf00"
cyan: "0x00afaf"