From c41619132d873a31c5fe55dcf2da7235c44e093d Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Mon, 22 Sep 2025 17:15:35 +0200 Subject: [PATCH] Add root loops color scheme --- alacritty/alacritty.toml | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 34bf2b8..a5563a5 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -132,4 +132,41 @@ TERM = "xterm-256color" # Alacritty configuration optimized for Emacs -nw # Theme import - change this to any theme from ~/.config/alacritty/themes/themes/ -import = ["~/.config/alacritty/themes/themes/tokyo_night.toml"] +# import = ["~/.config/alacritty/themes/themes/tokyo_night.toml"] + + + +# Copy the configuration below and add it to your +# ~/.config/alacritty/alacritty.toml file + +# Colors (Root Loops) +# via https://rootloops.sh?sugar=7&colors=6&sogginess=4&flavor=2&fruit=9&milk=0 + +[colors.primary] +background = '#050812' +foreground = '#dde2f2' + +[colors.cursor] +text = '#050812' +cursor = '#acb8dc' + +[colors.normal] +black = '#1a2137' +red = '#d77c6e' +green = '#66ab75' +yellow = '#b0964e' +blue = '#7f95db' +magenta = '#c877c1' +cyan = '#51a7b6' +white = '#acb8dc' + +[colors.bright] +black = '#424f7a' +red = '#e4978a' +green = '#79c289' +yellow = '#c7ab60' +blue = '#99ace5' +magenta = '#d694d0' +cyan = '#64becd' +white = '#eef1f8' +