From a0ee36910a2d5ca946036ce6a66af292d00e26a9 Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Sat, 17 Feb 2024 23:15:23 +0000 Subject: Updated shell theme --- shell/.config/shell/env | 2 +- wal/.config/wal/one_dark.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 wal/.config/wal/one_dark.json diff --git a/shell/.config/shell/env b/shell/.config/shell/env index 86943d9..3cbbdae 100755 --- a/shell/.config/shell/env +++ b/shell/.config/shell/env @@ -55,7 +55,7 @@ export KDEHOME="$XDG_CONFIG_HOME"/kde export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc export SPACEMACSDIR="$XDG_CONFIG_HOME"/spacemacs export VSCODE_PORTABLE="$XDG_DATA_HOME"/vscode -export WAL_THEME="$XDG_CONFIG_HOME"/wal/tokyonight_storm.json +export WAL_THEME="$XDG_CONFIG_HOME"/wal/one_dark.json # Default Vars export SUDO_ASKPASS="$HOME"/.local/bin/askpass diff --git a/wal/.config/wal/one_dark.json b/wal/.config/wal/one_dark.json new file mode 100644 index 0000000..f136ee9 --- /dev/null +++ b/wal/.config/wal/one_dark.json @@ -0,0 +1,26 @@ +{ + "alpha": "100", + "special": { + "background": "#23272e", + "foreground": "#abb2bf", + "cursor": "#abb2bf" + }, + "colors": { + "color0": "#3f4451", + "color1": "#e05561", + "color2": "#8cc265", + "color3": "#d18f52", + "color4": "#4aa5f0", + "color5": "#c162de", + "color6": "#42b3c2", + "color7": "#d7dae0", + "color8": "#4f5666", + "color9": "#ff616e", + "color10": "#a5e075", + "color11": "#f0a45d", + "color12": "#4dc4ff", + "color13": "#de73ff", + "color14": "#4cd1e0", + "color15": "#e6e6e6" + } +} -- cgit v1.2.3