aboutsummaryrefslogtreecommitdiff
path: root/home/terminal
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-13 19:49:36 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-13 19:49:36 -0700
commitd6a232da01d15b14c53f927dea01c38f23c3e4cc (patch)
tree97594c3ab1f69d9f9c6e3e8c2a08c5c506b1745d /home/terminal
parenthome: fix name of the package for Emacs (diff)
downloadinfra-d6a232da01d15b14c53f927dea01c38f23c3e4cc.tar.gz
home: drop custom colors for alacritty
Diffstat (limited to '')
-rw-r--r--home/terminal/alacritty/default.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/home/terminal/alacritty/default.nix b/home/terminal/alacritty/default.nix
index cc0766c..72a6d33 100644
--- a/home/terminal/alacritty/default.nix
+++ b/home/terminal/alacritty/default.nix
@@ -11,32 +11,6 @@ in {
draw_bold_text_with_bright_colors = true;
selection = { save_to_clipboard = true; };
font = { size = 12; };
- colors = {
- primary = {
- foreground = "#000000";
- background = "#ffffff";
- };
- normal = {
- black = "#000000";
- red = "#a60000";
- green = "#005e00";
- yellow = "#813e00";
- blue = "#0031a9";
- magenta = "#721045";
- cyan = "#00538b";
- white = "#bfbfbf";
- };
- bright = {
- black = "#595959";
- red = "#972500";
- green = "#315b00";
- yellow = "#70480f";
- blue = "#2544bb";
- magenta = "#5317ac";
- cyan = "#005a5f";
- white = "#ffffff";
- };
- };
cursor = {
style.blinking = "Never";
unfocused_hollow = true;