mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2025-01-18 11:13:45 +01:00
Add xfce4-terminal theme
This commit is contained in:
parent
78f2164e0e
commit
120da049b3
@ -26,6 +26,7 @@ deploy-dotfiles:
|
|||||||
cp -rfv {{dotfiles_repo}}/config/.config/rofi {{configdir}}
|
cp -rfv {{dotfiles_repo}}/config/.config/rofi {{configdir}}
|
||||||
cp -fv {{dotfiles_repo}}/config/.config/starship.toml {{configdir}}
|
cp -fv {{dotfiles_repo}}/config/.config/starship.toml {{configdir}}
|
||||||
cp -rfv {{dotfiles_repo}}/config/.config/zellij {{configdir}}
|
cp -rfv {{dotfiles_repo}}/config/.config/zellij {{configdir}}
|
||||||
|
cp -rfv {{dotfiles_repo}}/local/.local/share/xfce4 {{homedir}}/.local/share/
|
||||||
|
|
||||||
save-dotfiles:
|
save-dotfiles:
|
||||||
cp -fv {{homedir}}/.justfile {{dotfiles_repo}}/just/
|
cp -fv {{homedir}}/.justfile {{dotfiles_repo}}/just/
|
||||||
@ -38,6 +39,7 @@ save-dotfiles:
|
|||||||
cp -rfv {{configdir}}/rofi {{dotfiles_repo}}/config/.config/
|
cp -rfv {{configdir}}/rofi {{dotfiles_repo}}/config/.config/
|
||||||
cp -fv {{configdir}}/starship.toml {{dotfiles_repo}}/config/.config/
|
cp -fv {{configdir}}/starship.toml {{dotfiles_repo}}/config/.config/
|
||||||
cp -rfv {{configdir}}/zellij {{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:
|
clean-dotfiles:
|
||||||
rm -fv {{homedir}}/.justfile
|
rm -fv {{homedir}}/.justfile
|
||||||
@ -50,6 +52,7 @@ clean-dotfiles:
|
|||||||
rm -rfv {{configdir}}/rofi
|
rm -rfv {{configdir}}/rofi
|
||||||
rm -fv {{configdir}}/starship.toml
|
rm -fv {{configdir}}/starship.toml
|
||||||
rm -rfv {{configdir}}/zellij
|
rm -rfv {{configdir}}/zellij
|
||||||
|
rm -rfv {{homedir}}/.local/share/xfce4
|
||||||
|
|
||||||
install-dust:
|
install-dust:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user