Fix some colors

This commit is contained in:
Marco Thomas
2021-09-17 11:21:39 +02:00
parent b18695a4e9
commit 39f352ed80
3 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,14 @@
# _ _____
# (_)___ /
# | | |_ \
# | |___) |
# |_|____/
#
# ~ M. Thomas
set $mod Mod4 set $mod Mod4
font pango: Product Sans 11 font pango: Product Sans 11
# locking # locking
bindsym $mod+Ctrl+BackSpace exec --no-startup-id "lock.sh" bindsym $mod+Ctrl+BackSpace exec --no-startup-id "lock.sh"
@@ -93,9 +100,10 @@ bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5 # decrease screen
default_border normal default_border normal
title_align center title_align center
gaps inner 10 gaps inner 5
set $bg "#fafafa" set $bg "#fafafa"
set $bg2 "#f0f0f0"
set $fg "#444444" set $fg "#444444"
set $green "#a6cc70" set $green "#a6cc70"
set $red "#ff3333" set $red "#ff3333"
@@ -116,7 +124,7 @@ bar {
# equivalent to focused # equivalent to focused
focused_workspace $bg $green $fg focused_workspace $bg $green $fg
# equivalent to focused_inactive # equivalent to focused_inactive
active_workspace $grub_bg $yellow $fg active_workspace $bg $yellow $fg
# equivalent to unfocused # equivalent to unfocused
inactive_workspace $bg $bg $fg inactive_workspace $bg $bg $fg
# equivalent to urgent # equivalent to urgent
@@ -129,7 +137,7 @@ bar {
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused $green $green $fg $green $green client.focused $green $green $fg $green $green
client.focused_inactive $yellow $yellow $fg $yellow $yellow client.focused_inactive $yellow $yellow $fg $yellow $yellow
client.unfocused $bg $bg $fg $bg $bg client.unfocused $bg2 $bg2 $fg $bg2 $bg2
client.urgent $red $light_red $fg $red $light_red client.urgent $red $light_red $fg $red $light_red
# startup # startup

View File

@@ -25,7 +25,7 @@ bind-key r source-file ~/.tmux.conf
set-window-option -g window-status-current-format "[#I:#W]" set-window-option -g window-status-current-format "[#I:#W]"
set-window-option -g window-status-format "#I:#W" set-window-option -g window-status-format "#I:#W"
set-window-option -g window-status-current-style fg="#A6CC70",bg="#fafafa" set-window-option -g window-status-current-style fg="#A6CC70",bg="#fafafa",bold
set -g status-bg "#fafafa" set -g status-bg "#fafafa"
set -g status-fg "#49535f" set -g status-fg "#49535f"

View File

@@ -20,7 +20,7 @@ DIR="%{$fg[blue]%}%~"
GIT="%{$fg[red]%}\$vcs_info_msg_0_" GIT="%{$fg[red]%}\$vcs_info_msg_0_"
if [[ -n "$SSH_CONNECTION" ]]; then if [[ -n "$SSH_CONNECTION" ]]; then
NAME="%{$fg[yellow]%}%m " NAME="%B%{$fg[yellow]%}%m%b "
fi fi
case $TERM in case $TERM in