From b97e3db54e6a198926e53ab20e398ad48f9bff9d Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 24 Mar 2024 11:49:05 +0100 Subject: toggle themes --- linux/alacritty/campbell.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 linux/alacritty/campbell.yaml (limited to 'linux/alacritty/campbell.yaml') diff --git a/linux/alacritty/campbell.yaml b/linux/alacritty/campbell.yaml new file mode 100644 index 0000000..a34ca33 --- /dev/null +++ b/linux/alacritty/campbell.yaml @@ -0,0 +1,28 @@ +# Campbell (Windows 10 default) +colors: + # Default colors + primary: + background: '#0c0c0c' + foreground: '#cccccc' + + # Normal colors + normal: + black: '#0c0c0c' + red: '#c50f1f' + green: '#13a10e' + yellow: '#c19c00' + blue: '#0037da' + magenta: '#881798' + cyan: '#3a96dd' + white: '#cccccc' + + # Bright colors + bright: + black: '#767676' + red: '#e74856' + green: '#16c60c' + yellow: '#f9f1a5' + blue: '#3b78ff' + magenta: '#b4009e' + cyan: '#61d6d6' + white: '#f2f2f2' -- cgit v1.2.3