mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
feat: add rose-pine gtk themes
This commit is contained in:
parent
7502acd34a
commit
e631a16ebd
@ -13,7 +13,7 @@ LICENSE = ""
|
||||
default_target_type = "symbolic"
|
||||
|
||||
[base]
|
||||
depends = [ "default", "zsh", "spotify", "terminal", "local", "misc", "dev", "apps" ]
|
||||
depends = [ "default", "zsh", "spotify", "terminal", "local", "misc", "dev", "apps", "gtk" ]
|
||||
|
||||
[x11]
|
||||
depends = [ "base", "awesome", "picom", "dunst", "rofi" ]
|
||||
@ -182,3 +182,7 @@ depends = [ "zsh", "tmux", "fish" ]
|
||||
[apps.files]
|
||||
"config/Vencord/" = "~/.config/Vencord/"
|
||||
"config/obs-studio/" = "~/.config/obs-studio/"
|
||||
|
||||
[gtk.files]
|
||||
"config/gtk-3.0/" = "~/.config/gtk-3.0/"
|
||||
"config/gtk-4.0/" = "~/.config/gtk-4.0/"
|
||||
|
||||
@ -1,57 +1,26 @@
|
||||
# Source startup file
|
||||
# if test -f "$XDG_CONFIG_HOME/zsh/startup"
|
||||
# source "$XDG_CONFIG_HOME/zsh/startup"
|
||||
# end
|
||||
#!/usr/bin/env fish
|
||||
|
||||
|
||||
# Starship prompt
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
||||
|
||||
# Aliases
|
||||
if test -f "$XDG_CONFIG_HOME/fish/alias.fish"
|
||||
source "$XDG_CONFIG_HOME/fish/alias.fish"
|
||||
end
|
||||
set -g fish_history_size 1000000
|
||||
|
||||
# Environment variables
|
||||
set -x KEYTIMEOUT 1
|
||||
set -gx fish_complete_path "$XDG_CONFIG_HOME/fish/completions" $fish_complete_path
|
||||
|
||||
# Functions
|
||||
function cd
|
||||
if test (count $argv) -eq 0
|
||||
builtin cd ~
|
||||
else
|
||||
builtin cd $argv
|
||||
end
|
||||
eza -a --icons --group-directories-first
|
||||
end
|
||||
# fzf configuration
|
||||
set -gx FZF_DEFAULT_OPTS "--height 40% --layout=reverse --border"
|
||||
set -gx FZF_DEFAULT_COMMAND "fd --type f"
|
||||
|
||||
function lfcd
|
||||
set tmp (mktemp -uq)
|
||||
lf -last-dir-path="$tmp" $argv
|
||||
if test -f "$tmp"
|
||||
set dir (cat "$tmp")
|
||||
if test -d "$dir" -a "$dir" != (pwd)
|
||||
cd "$dir"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
function yazicd
|
||||
set tmp (mktemp -t "yazi-cwd.XXXXXX")
|
||||
yazi $argv --cwd-file="$tmp"
|
||||
set cwd (cat "$tmp")
|
||||
if test -n "$cwd" -a "$cwd" != "$PWD"
|
||||
cd "$cwd"
|
||||
eza -a --icons --group-directories-first
|
||||
end
|
||||
rm -f "$tmp"
|
||||
end
|
||||
|
||||
# Keybindings
|
||||
fish_vi_key_bindings
|
||||
|
||||
|
||||
# Source other files
|
||||
# if test -f "$HOME/.local/share/../bin/env"
|
||||
# source "$HOME/.local/share/../bin/env"
|
||||
# # PATH configuration
|
||||
# fish_add_path $BUN_INSTALL/bin
|
||||
# fish_add_path $HOME/.local/bin
|
||||
#
|
||||
# # Environment setup
|
||||
# if test -f "$HOME/.local/share/bin/env"
|
||||
# source "$HOME/.local/share/bin/env"
|
||||
# end
|
||||
#
|
||||
# # Bun completions
|
||||
# if test -f "/home/kristofers/.bun/_bun"
|
||||
# source "/home/kristofers/.bun/_bun"
|
||||
# end
|
||||
|
||||
1
config/gtk-3.0/gtk.css
Normal file
1
config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1 @@
|
||||
@import url("resource:///org/numixproject/gtk/dist/gtk.css");
|
||||
41
config/gtk-4.0/rose-pine.css
Normal file
41
config/gtk-4.0/rose-pine.css
Normal file
@ -0,0 +1,41 @@
|
||||
@define-color accent_bg_color #c4a7e7;
|
||||
@define-color accent_fg_color #191724;
|
||||
@define-color accent_color #c4a7e7;
|
||||
|
||||
@define-color destructive_bg_color #eb6f92;
|
||||
@define-color destructive_fg_color #191724;
|
||||
@define-color destructive_color #eb6f92;
|
||||
|
||||
@define-color success_bg_color #9ccfd8;
|
||||
@define-color success_fg_color #e0def4;
|
||||
@define-color success_color #9ccfd8;
|
||||
|
||||
@define-color warning_bg_color #f6c177;
|
||||
@define-color warning_fg_color #e0def4;
|
||||
@define-color warning_color #f6c177;
|
||||
|
||||
@define-color error_bg_color #eb6f92;
|
||||
@define-color error_fg_color #e0def4;
|
||||
@define-color error_color #eb6f92;
|
||||
|
||||
@define-color window_bg_color #191724;
|
||||
@define-color window_fg_color #e0def4;
|
||||
|
||||
@define-color view_bg_color #26233a;
|
||||
@define-color view_fg_color #e0def4;
|
||||
|
||||
@define-color headerbar_bg_color #191724;
|
||||
@define-color headerbar_fg_color #e0def4;
|
||||
@define-color headerbar_backdrop_color @window_bg_color;
|
||||
@define-color headerbar_shade_color #191724;
|
||||
|
||||
@define-color card_bg_color #1f1d2e;
|
||||
@define-color card_fg_color #e0def4;
|
||||
@define-color card_shade_color #1f1d2e;
|
||||
|
||||
@define-color popover_bg_color #26233a;
|
||||
@define-color popover_fg_color #e0def4;
|
||||
|
||||
@define-color sidebar_backdrop_color #26233A;
|
||||
@define-color sidebar_bg_color #26233A;
|
||||
@define-color sidebar_fg_color #e0def4;
|
||||
Loading…
Reference in New Issue
Block a user