From f8413fd424be064ffaa2fb21264ff18edc42afc3 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 22 Jun 2024 18:31:31 +0200 Subject: Switch to gruvbox and add ability to use light and dark mode --- alacritty/alacritty.toml | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'alacritty/alacritty.toml') diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index edef4a7..ea60335 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,6 +1,6 @@ # https://alacritty.org/config-alacritty.html -import = [ "$HINTS_FILE" ] +import = [ "$HINTS_FILE", "$COLORS_FILE" ] [window] decorations = "None" @@ -8,36 +8,3 @@ decorations = "None" [font] normal = { family = "Source Code Pro", style = "Normal" } size = 6.3 - -# Colors (PaperColor - Light) - -# Default colors -[colors.primary] -background = '#eeeeee' -foreground = '#444444' - -[colors.cursor] -text = '#eeeeee' -cursor = '#444444' - -# Normal colors -[colors.normal] -black = '#eeeeee' -red = '#af0000' -green = '#008700' -yellow = '#5f8700' -blue = '#0087af' -magenta = '#878787' -cyan = '#005f87' -white = '#444444' - -# Bright colors -[colors.bright] -black = '#bcbcbc' -red = '#d70000' -green = '#d70087' -yellow = '#8700af' -blue = '#d75f00' -magenta = '#d75f00' -cyan = '#005faf' -white = '#005f87' -- cgit v1.2.3