From 120da049b31791bdfb62fcedca891be5dcff949b Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Mon, 30 Dec 2024 11:17:00 -0600 Subject: [PATCH] Add xfce4-terminal theme --- just/.justfile | 3 +++ .../terminal/colorschemes/catppuccin-mocha.theme | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 local/.local/share/xfce4/terminal/colorschemes/catppuccin-mocha.theme diff --git a/just/.justfile b/just/.justfile index 1f15206..090ece8 100644 --- a/just/.justfile +++ b/just/.justfile @@ -26,6 +26,7 @@ deploy-dotfiles: cp -rfv {{dotfiles_repo}}/config/.config/rofi {{configdir}} cp -fv {{dotfiles_repo}}/config/.config/starship.toml {{configdir}} cp -rfv {{dotfiles_repo}}/config/.config/zellij {{configdir}} + cp -rfv {{dotfiles_repo}}/local/.local/share/xfce4 {{homedir}}/.local/share/ save-dotfiles: cp -fv {{homedir}}/.justfile {{dotfiles_repo}}/just/ @@ -38,6 +39,7 @@ save-dotfiles: cp -rfv {{configdir}}/rofi {{dotfiles_repo}}/config/.config/ cp -fv {{configdir}}/starship.toml {{dotfiles_repo}}/config/.config/ cp -rfv {{configdir}}/zellij {{dotfiles_repo}}/config/.config/ + cp -rfv {{homedir}}/.local/share/xfce4 {{dotfiles_repo}}/local/.local/share clean-dotfiles: rm -fv {{homedir}}/.justfile @@ -50,6 +52,7 @@ clean-dotfiles: rm -rfv {{configdir}}/rofi rm -fv {{configdir}}/starship.toml rm -rfv {{configdir}}/zellij + rm -rfv {{homedir}}/.local/share/xfce4 install-dust: #!/usr/bin/env bash diff --git a/local/.local/share/xfce4/terminal/colorschemes/catppuccin-mocha.theme b/local/.local/share/xfce4/terminal/colorschemes/catppuccin-mocha.theme new file mode 100644 index 0000000..2850e69 --- /dev/null +++ b/local/.local/share/xfce4/terminal/colorschemes/catppuccin-mocha.theme @@ -0,0 +1,12 @@ +[Scheme] +Name=Catppuccin-Mocha +ColorCursor=#f5e0dc +ColorCursorForeground=#11111b +ColorCursorUseDefault=FALSE +ColorForeground=#cdd6f4 +ColorBackground=#1e1e2e +ColorSelectionBackground=#585b70 +ColorSelection=#cdd6f4 +ColorSelectionUseDefault=FALSE +TabActivityColor=#fab387 +ColorPalette=#45475a;#f38ba8;#a6e3a1;#f9e2af;#89b4fa;#f5c2e7;#94e2d5;#bac2de;#585b70;#f38ba8;#a6e3a1;#f9e2af;#89b4fa;#f5c2e7;#94e2d5;#a6adc8