Switch to dark
This commit is contained in:
parent
61aa9ba7ce
commit
c7f0c79334
4 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ shopt -s histappend
|
||||||
|
|
||||||
# Save working dir on every prompt.
|
# Save working dir on every prompt.
|
||||||
export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"; pwd > $HOME/.cwd'
|
export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"; pwd > $HOME/.cwd'
|
||||||
export PS1="${Yellow}\d \A ${Off}${Green}\u@\h: ${Off}\w ${Red}\$(parse_branch git)${BRed}\$(parse_branch fossil)${Off}\n-$ "
|
export PS1="${Blue}\d \A ${Off}${Yellow}\u@\h: ${Off}\w ${Green}\$(parse_branch git)${BRed}\$(parse_branch fossil)${Off}\n-$ "
|
||||||
|
|
||||||
# Use fzf if installed.
|
# Use fzf if installed.
|
||||||
hash fzf 2>/dev/null && eval "$(fzf --bash)"
|
hash fzf 2>/dev/null && eval "$(fzf --bash)"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[general]
|
[general]
|
||||||
import = [
|
import = [
|
||||||
"~/.config/alacritty/light.toml"
|
"~/.config/alacritty/dark.toml"
|
||||||
]
|
]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
working_directory = "None"
|
working_directory = "None"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ set $fa #eff1f5
|
||||||
# Foreground inactive
|
# Foreground inactive
|
||||||
set $fi #8a8a8a
|
set $fi #8a8a8a
|
||||||
# Border active
|
# Border active
|
||||||
set $bra #449a64
|
set $bra #327ba8
|
||||||
# Border inactive
|
# Border inactive
|
||||||
set $bri #000000
|
set $bri #000000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,14 +44,14 @@ window#waybar.solo {
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom: 2px solid rgba(180, 14, 25, 0.5);
|
border-bottom: 2px solid #327ba8;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-bottom: 2px solid #ff9600;
|
border-bottom: 2px solid #aa9600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue