feat: add new black and white theme
This commit is contained in:
parent
a9050672d8
commit
35d9ea4ce4
31
desktop/configs/alacritty/.config/alacritty/black.toml
Normal file
31
desktop/configs/alacritty/.config/alacritty/black.toml
Normal 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'
|
@ -1,27 +1,31 @@
|
||||
[colors.normal]
|
||||
black = '#EEE8D5' # Black (Host)
|
||||
red = '#DC322F' # Red (Syntax string)
|
||||
green = '#859900' # Green (Command)
|
||||
yellow = '#b58900' # yellow (command second)
|
||||
blue = '#268bd2' # blue (path)
|
||||
magenta = '#d33682' # magenta (syntax var)
|
||||
cyan = '#2aa198' # cyan (prompt)
|
||||
white= '#002b36' # white
|
||||
black = '#212121' # Black (Host)
|
||||
red = '#b7141e' # Red (Syntax string)
|
||||
green = '#457b23' # Green (Command)
|
||||
yellow = '#f5971d' # Yellow (Command second)
|
||||
blue = '#134eb2' # Blue (Path)
|
||||
magenta = '#550087' # Magenta (Syntax var)
|
||||
cyan = '#0e707c' # Cyan (Prompt)
|
||||
white = '#eeeeee' # White
|
||||
|
||||
[colors.bright]
|
||||
black= '#657b83' # Bright Black
|
||||
red = '#cb4b16' # bright red (command error)
|
||||
green = '#859900' # bright green (exec)
|
||||
yellow= '#b58900' # bright yellow
|
||||
blue = '#6c71c4' # bright blue (folder)
|
||||
magenta= '#d33682' # bright magenta
|
||||
cyan= '#2aa198' # bright cyan
|
||||
white= '#073642' # bright white
|
||||
black = '#424242' # Bright Black
|
||||
red = '#e83a3f' # Bright Red (Command error)
|
||||
green = '#7aba39' # Bright Green (Exec)
|
||||
yellow = '#fee92e' # Bright Yellow
|
||||
blue = '#53a4f3' # Bright Blue (Folder)
|
||||
magenta = '#a94dbb' # Bright Magenta
|
||||
cyan = '#26bad1' # Bright Cyan
|
||||
white = '#d8d8d8' # Bright White
|
||||
|
||||
[colors.primary]
|
||||
background= '#FDF6E3' # Background
|
||||
foreground= '#657B83' # Foreground (Text)
|
||||
background = '#eaeaea' # Background
|
||||
foreground = '#222221' # Foreground (Text)
|
||||
|
||||
[colors.cursor]
|
||||
cursor= '#657b83' # cursor
|
||||
text= '#FDF6E3' # Background
|
||||
cursor = '#16aec9' # Cursor
|
||||
text = '#eaeaea' # Cursor Text
|
||||
|
||||
[colors.selection]
|
||||
background = '#c1c1c1' # Selection Background
|
||||
foreground = '#eaeaea' # Selection Foreground
|
||||
|
@ -1,11 +1,11 @@
|
||||
[main]
|
||||
font=Lilex:size=14:antialias=true:style=SemiBold
|
||||
font=CozetteVector:size=14:antialias=true:style=SemiBold
|
||||
dpi-aware=no
|
||||
fields=name,generic,comment,categories,filename,keywords
|
||||
terminal=foot -e
|
||||
prompt="Search "
|
||||
icon-theme=Papirus
|
||||
icons-enabled=no
|
||||
icons-enabled=yes
|
||||
show-actions=yes
|
||||
anchor=top
|
||||
lines=10
|
||||
@ -20,12 +20,12 @@ layer = top
|
||||
exit-on-keyboard-focus-loss = yes
|
||||
|
||||
[colors]
|
||||
background=002b36ff
|
||||
text=839496ff
|
||||
match=9ece6aff
|
||||
selection=2aa198ff
|
||||
background=0a0c10ff
|
||||
text=f0f3f6ff
|
||||
match=ffb1afff
|
||||
selection=cb9effff
|
||||
selection-text=1a1b26ff
|
||||
border=2aa198ff
|
||||
border=cb9effff
|
||||
|
||||
[border]
|
||||
width=2
|
||||
|
@ -1,3 +1,13 @@
|
||||
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
|
||||
|
@ -16,9 +16,9 @@ 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+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+Return exec $term
|
||||
bindsym $mod+Shift+c kill
|
||||
|
@ -1,13 +1,13 @@
|
||||
output {
|
||||
# HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz
|
||||
HDMI-A-1 pos 0 0
|
||||
DP-3 disable pos 0 -1080
|
||||
DP-3 pos 0 -1080
|
||||
DP-2 pos 2560 0
|
||||
}
|
||||
|
||||
default_border pixel 2
|
||||
client.focused #268bd2 #268bd2 #002b36
|
||||
client.focused_inactive #268bd2 #002b36 #839496
|
||||
client.focused #16aec9 #16aec9 #222221
|
||||
client.focused_inactive #16aec9 #222221 #c1c1c1
|
||||
focus_on_window_activation none
|
||||
popup_during_fullscreen smart
|
||||
no_focus [window_role="pop-up"]
|
||||
|
@ -1,12 +1,9 @@
|
||||
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 {
|
||||
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
|
||||
waybar &
|
||||
autotiling &
|
||||
|
@ -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="client-win64-shipping.exe"] move to workspace 10, floating 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
|
||||
|
||||
# firefox tweaks
|
||||
|
@ -1 +1 @@
|
||||
/yang/.config/tmux/themes/tmux-solarized.conf
|
||||
/yang/.config/tmux/themes/tmux-white.conf
|
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
set -g @plugin 'bobcats/everforest-tmux'
|
||||
set -g @everforest_theme 'dark-hard'
|
||||
|
||||
set -g status-right "#{playerctl_short} | #(whoami)@#h "
|
@ -10,11 +10,11 @@ set-option -g status-fg black
|
||||
# Left side of status bar
|
||||
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 '#{?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
|
||||
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 status-justify left
|
||||
|
||||
@ -25,7 +25,7 @@ set -g @short_length "50"
|
||||
|
||||
# pane border
|
||||
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
|
||||
set-option -g display-panes-colour colour255
|
||||
|
@ -4,30 +4,30 @@
|
||||
/* padding: 0; */
|
||||
/* margin: 0; */
|
||||
font-size: 18px;
|
||||
font-family: UbuntuMono Nerd Font Mono;
|
||||
font-family: CozetteVector;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #fdf6e3;
|
||||
color: #000;
|
||||
background: #eaeaea;
|
||||
color: #222221;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
margin-left: 2px;
|
||||
padding: 2px 8px;
|
||||
color: #000;
|
||||
color: #222221;
|
||||
}
|
||||
|
||||
#workspaces button:hover,
|
||||
#workspaces button:active {
|
||||
background-color: #004d61;
|
||||
color: #000;
|
||||
color: #222221;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #eee8d5;
|
||||
background-color: #c1c1c1;
|
||||
}
|
||||
|
||||
#language {
|
||||
|
@ -4,13 +4,13 @@
|
||||
/* padding: 0; */
|
||||
/* margin: 0; */
|
||||
font-size: 18px;
|
||||
font-family: UbuntuMono Nerd Font Mono;
|
||||
font-family: CozetteVector;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #002b36;
|
||||
color: #ffffff;
|
||||
background: #0a0c10;
|
||||
color: #f0f3f6;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
@ -21,12 +21,13 @@ window#waybar {
|
||||
|
||||
#workspaces button:hover,
|
||||
#workspaces button:active {
|
||||
background-color: #004d61;
|
||||
color: #839496;
|
||||
background-color: #424242;
|
||||
color: #f0f3f6;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #004d61;
|
||||
background-color: #424242;
|
||||
color: #f0f3f6;
|
||||
}
|
||||
|
||||
#language {
|
||||
|
Loading…
Reference in New Issue
Block a user