feat: add new black and white theme

This commit is contained in:
jabuxas 2024-11-16 13:12:35 -03:00
parent a9050672d8
commit 35d9ea4ce4
14 changed files with 99 additions and 84 deletions

View File

@ -0,0 +1,31 @@
# Default colors
[colors.primary]
background = '#0a0c10'
foreground = '#f0f3f6'
# Cursor colors
[colors.cursor]
text = '#0a0c10'
cursor = '#f0f3f6'
# Normal colors
[colors.normal]
black = '#7a828e'
red = '#ff9492'
green = '#26cd4d'
yellow = '#f0b72f'
blue = '#71b7ff'
magenta = '#cb9eff'
cyan = '#39c5cf'
white = '#d9dee3'
# Bright colors
[colors.bright]
black = '#9ea7b3'
red = '#ffb1af'
green = '#4ae168'
yellow = '#f7c843'
blue = '#91cbff'
magenta = '#cb9eff'
cyan = '#39c5cf'
white = '#d9dee3'

View File

@ -1,27 +1,31 @@
[colors.normal] [colors.normal]
black = '#EEE8D5' # Black (Host) black = '#212121' # Black (Host)
red = '#DC322F' # Red (Syntax string) red = '#b7141e' # Red (Syntax string)
green = '#859900' # Green (Command) green = '#457b23' # Green (Command)
yellow = '#b58900' # yellow (command second) yellow = '#f5971d' # Yellow (Command second)
blue = '#268bd2' # blue (path) blue = '#134eb2' # Blue (Path)
magenta = '#d33682' # magenta (syntax var) magenta = '#550087' # Magenta (Syntax var)
cyan = '#2aa198' # cyan (prompt) cyan = '#0e707c' # Cyan (Prompt)
white= '#002b36' # white white = '#eeeeee' # White
[colors.bright] [colors.bright]
black= '#657b83' # Bright Black black = '#424242' # Bright Black
red = '#cb4b16' # bright red (command error) red = '#e83a3f' # Bright Red (Command error)
green = '#859900' # bright green (exec) green = '#7aba39' # Bright Green (Exec)
yellow= '#b58900' # bright yellow yellow = '#fee92e' # Bright Yellow
blue = '#6c71c4' # bright blue (folder) blue = '#53a4f3' # Bright Blue (Folder)
magenta= '#d33682' # bright magenta magenta = '#a94dbb' # Bright Magenta
cyan= '#2aa198' # bright cyan cyan = '#26bad1' # Bright Cyan
white= '#073642' # bright white white = '#d8d8d8' # Bright White
[colors.primary] [colors.primary]
background= '#FDF6E3' # Background background = '#eaeaea' # Background
foreground= '#657B83' # Foreground (Text) foreground = '#222221' # Foreground (Text)
[colors.cursor] [colors.cursor]
cursor= '#657b83' # cursor cursor = '#16aec9' # Cursor
text= '#FDF6E3' # Background text = '#eaeaea' # Cursor Text
[colors.selection]
background = '#c1c1c1' # Selection Background
foreground = '#eaeaea' # Selection Foreground

View File

@ -1,11 +1,11 @@
[main] [main]
font=Lilex:size=14:antialias=true:style=SemiBold font=CozetteVector:size=14:antialias=true:style=SemiBold
dpi-aware=no dpi-aware=no
fields=name,generic,comment,categories,filename,keywords fields=name,generic,comment,categories,filename,keywords
terminal=foot -e terminal=foot -e
prompt="Search  " prompt="Search  "
icon-theme=Papirus icon-theme=Papirus
icons-enabled=no icons-enabled=yes
show-actions=yes show-actions=yes
anchor=top anchor=top
lines=10 lines=10
@ -20,12 +20,12 @@ layer = top
exit-on-keyboard-focus-loss = yes exit-on-keyboard-focus-loss = yes
[colors] [colors]
background=002b36ff background=0a0c10ff
text=839496ff text=f0f3f6ff
match=9ece6aff match=ffb1afff
selection=2aa198ff selection=cb9effff
selection-text=1a1b26ff selection-text=1a1b26ff
border=2aa198ff border=cb9effff
[border] [border]
width=2 width=2

View File

@ -1,3 +1,13 @@
include ~/.config/sway/settings/* include ~/.config/sway/settings/*
blur enable
blur_passes 2
blur_radius 2
blur_noise 0.2
shadow_on_csd enable
shadow_color #424242
shadow_offset 12 12
shadow_blur_radius 10
# vim: ts=2 sts=2 sw=2 ft=swayconfig # vim: ts=2 sts=2 sw=2 ft=swayconfig

View File

@ -16,9 +16,9 @@ mode "resize" {
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
bindsym $mod+b exec firefox-bin bindsym $mod+Shift+b exec firefox-bin
bindsym $mod+Shift+apostrophe exec ~/scripts/switch.fish bindsym $mod+Shift+apostrophe exec ~/scripts/switch.fish
bindsym $mod+Shift+b exec qutebrowser bindsym $mod+b exec FUSERMOUNT_PROG=/bin/fusermount ./.local/share/AppImage/ZenBrowser.AppImage
bindsym $mod+Shift+d exec flatpak run de.shorsh.discord-screenaudio bindsym $mod+Shift+d exec flatpak run de.shorsh.discord-screenaudio
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
bindsym $mod+Shift+c kill bindsym $mod+Shift+c kill

View File

@ -1,13 +1,13 @@
output { output {
# HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz # HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz
HDMI-A-1 pos 0 0 HDMI-A-1 pos 0 0
DP-3 disable pos 0 -1080 DP-3 pos 0 -1080
DP-2 pos 2560 0 DP-2 pos 2560 0
} }
default_border pixel 2 default_border pixel 2
client.focused #268bd2 #268bd2 #002b36 client.focused #16aec9 #16aec9 #222221
client.focused_inactive #268bd2 #002b36 #839496 client.focused_inactive #16aec9 #222221 #c1c1c1
focus_on_window_activation none focus_on_window_activation none
popup_during_fullscreen smart popup_during_fullscreen smart
no_focus [window_role="pop-up"] no_focus [window_role="pop-up"]

View File

@ -1,12 +1,9 @@
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan'
gsettings set $gnome-schema icon-theme 'Numix-Circle'
gsettings set $gnome-schema cursor-theme 'Simp1e'
gsettings set $gnome-schema font-name 'UbuntuMono Nerd Font Mono 16'
}
exec { exec {
gsettings set $gnome-schema gtk-theme "Material-Black-Blueberry-LA"
gsettings set $gnome-schema icon-theme "We10X-black-dark"
gsettings set $gnome-schema cursor-theme 'Simp1e'
gsettings set $gnome-schema font-name 'CozetteVector 12'
xrandr --output HDMI-A-1 --primary xrandr --output HDMI-A-1 --primary
waybar & waybar &
autotiling & autotiling &

View File

@ -26,6 +26,7 @@ for_window [class="cs2"] move to workspace 9, fullscreen enable
for_window [class=".*steam_.*"] move to workspace 9, floating enable for_window [class=".*steam_.*"] move to workspace 9, floating enable
for_window [class="client-win64-shipping.exe"] move to workspace 10, floating enable for_window [class="client-win64-shipping.exe"] move to workspace 10, floating enable
for_window [title="Wuthering Waves "] move to workspace 9, fullscreen enable for_window [title="Wuthering Waves "] move to workspace 9, fullscreen enable
for_window [instance="CoreKeeper"] move to workspace 9, fullscreen enable
for_window [class="Melvor Idle"] move to workspace 10 for_window [class="Melvor Idle"] move to workspace 10
# firefox tweaks # firefox tweaks

View File

@ -1 +1 @@
/yang/.config/tmux/themes/tmux-solarized.conf /yang/.config/tmux/themes/tmux-white.conf

View File

@ -1,25 +0,0 @@
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'mocha'
set -g @catppuccin_window_left_separator ""
set -g @catppuccin_window_right_separator " "
set -g @catppuccin_window_middle_separator " █"
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_default_text "#W"
set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#W"
set -g @catppuccin_status_modules_right ""
set -g @catppuccin_status_left_separator " "
set -g @catppuccin_status_right_separator ""
set -g @catppuccin_status_right_separator_inverse "no"
set -g @catppuccin_status_fill "icon"
set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_directory_text "#{pane_current_path}"
set -g status-position top

View File

@ -1,4 +0,0 @@
set -g @plugin 'bobcats/everforest-tmux'
set -g @everforest_theme 'dark-hard'
set -g status-right "#{playerctl_short} | #(whoami)@#h "

View File

@ -10,11 +10,11 @@ set-option -g status-fg black
# Left side of status bar # Left side of status bar
set-option -g status-left-length 20 set-option -g status-left-length 20
#set-option -g status-left "#[fg=brightblack,bg=colour255] #S #[fg=default,bg=default] " #set-option -g status-left "#[fg=brightblack,bg=colour255] #S #[fg=default,bg=default] "
set-option -g status-left '#{?client_prefix,#[bg=colour195]  ,#[bg=colour195] #S }#[fg=default,bg=default] ' set-option -g status-left '#{?client_prefix,#[bg=colour14]  ,#[bg=colour14] #S }#[fg=default,bg=default] '
# Window status # Window status
set-option -g window-status-format "#[fg=black,bg=white] #I #[fg=black,bg=white] #W " set-option -g window-status-format "#[fg=black,bg=white] #I #[fg=black,bg=white] #W "
set-option -g window-status-current-format "#[fg=brightblack,bg=colour195] #I #[fg=brightblack,bg=colour195] #W " set-option -g window-status-current-format "#[fg=brightblack,bg=colour14] #I #[fg=brightblack,bg=colour14] #W "
set-option -g window-status-separator " " set-option -g window-status-separator " "
set-option -g status-justify left set-option -g status-justify left
@ -25,7 +25,7 @@ set -g @short_length "50"
# pane border # pane border
set -g pane-border-style fg=colour238,bg=colour235 set -g pane-border-style fg=colour238,bg=colour235
set -g pane-active-border-style fg=colour195,bg=colour236 set -g pane-active-border-style fg=colour14,bg=colour236
# Pane number indicator # Pane number indicator
set-option -g display-panes-colour colour255 set-option -g display-panes-colour colour255

View File

@ -4,30 +4,30 @@
/* padding: 0; */ /* padding: 0; */
/* margin: 0; */ /* margin: 0; */
font-size: 18px; font-size: 18px;
font-family: UbuntuMono Nerd Font Mono; font-family: CozetteVector;
font-style: italic; font-style: italic;
} }
window#waybar { window#waybar {
background: #fdf6e3; background: #eaeaea;
color: #000; color: #222221;
margin: 10px; margin: 10px;
} }
#workspaces button { #workspaces button {
margin-left: 2px; margin-left: 2px;
padding: 2px 8px; padding: 2px 8px;
color: #000; color: #222221;
} }
#workspaces button:hover, #workspaces button:hover,
#workspaces button:active { #workspaces button:active {
background-color: #004d61; background-color: #004d61;
color: #000; color: #222221;
} }
#workspaces button.focused { #workspaces button.focused {
background-color: #eee8d5; background-color: #c1c1c1;
} }
#language { #language {

View File

@ -4,13 +4,13 @@
/* padding: 0; */ /* padding: 0; */
/* margin: 0; */ /* margin: 0; */
font-size: 18px; font-size: 18px;
font-family: UbuntuMono Nerd Font Mono; font-family: CozetteVector;
font-style: italic; font-style: italic;
} }
window#waybar { window#waybar {
background: #002b36; background: #0a0c10;
color: #ffffff; color: #f0f3f6;
margin: 10px; margin: 10px;
} }
@ -21,12 +21,13 @@ window#waybar {
#workspaces button:hover, #workspaces button:hover,
#workspaces button:active { #workspaces button:active {
background-color: #004d61; background-color: #424242;
color: #839496; color: #f0f3f6;
} }
#workspaces button.focused { #workspaces button.focused {
background-color: #004d61; background-color: #424242;
color: #f0f3f6;
} }
#language { #language {