summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2024-02-17 23:15:23 +0000
committerRafael Marçalo <raroma09@gmail.com>2024-02-17 23:15:23 +0000
commita0ee36910a2d5ca946036ce6a66af292d00e26a9 (patch)
tree25b1ce1f3ab6e283a2aab1de009177b0965bd09d
parent4b6026f9bdc981be8aa1582c8a6f90957c22ba90 (diff)
Updated shell theme
-rwxr-xr-xshell/.config/shell/env2
-rw-r--r--wal/.config/wal/one_dark.json26
2 files changed, 27 insertions, 1 deletions
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"
+ }
+}