mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Use alternative colors (colors 8-15)
This commit is contained in:
parent
8f548c3702
commit
cd205753e3
@ -26,13 +26,13 @@
|
|||||||
; fourth = #e5c246
|
; fourth = #e5c246
|
||||||
alert = #ed404c
|
alert = #ed404c
|
||||||
background = ${xrdb:color0:#222}
|
background = ${xrdb:color0:#222}
|
||||||
foreground = ${xrdb:color7:#e3eaf3}
|
foreground = ${xrdb:color15:#e3eaf3}
|
||||||
; alert = ${xrdb:color1:#222}
|
; alert = ${xrdb:color1:#222}
|
||||||
primary = ${xrdb:color2:#222}
|
primary = ${xrdb:color9:#222}
|
||||||
secondary = ${xrdb:color3:#222}
|
secondary = ${xrdb:color11:#222}
|
||||||
tertiary = ${xrdb:color4:#222}
|
tertiary = ${xrdb:color12:#222}
|
||||||
fourth = ${xrdb:color5:#222}
|
fourth = ${xrdb:color13:#222}
|
||||||
fifth = ${xrdb:color6:#222}
|
fifth = ${xrdb:color14:#222}
|
||||||
|
|
||||||
[colors-andromeda]
|
[colors-andromeda]
|
||||||
background = #282A3A
|
background = #282A3A
|
||||||
|
@ -183,12 +183,12 @@
|
|||||||
# --- Colors --- #
|
# --- Colors --- #
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "{color1}"
|
background = "{color9}"
|
||||||
foreground = "{foreground}"
|
foreground = "{foreground}"
|
||||||
timeout = 8
|
timeout = 8
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "{color1}"
|
background = "{color9}"
|
||||||
foreground = "{foreground}"
|
foreground = "{foreground}"
|
||||||
timeout = 8
|
timeout = 8
|
||||||
|
|
||||||
|
12
.tmux.conf
12
.tmux.conf
@ -112,14 +112,14 @@ set -g pane-border-style fg='colour238'
|
|||||||
setw -g window-status-style fg='colour121',bg='colour235','none'
|
setw -g window-status-style fg='colour121',bg='colour235','none'
|
||||||
setw -g window-status-activity-style bg='colour235',fg='colour154','none'
|
setw -g window-status-activity-style bg='colour235',fg='colour154','none'
|
||||||
setw -g window-status-separator ''
|
setw -g window-status-separator ''
|
||||||
set -g status-left '#[fg=colour0,bg=colour3] #S #[fg=colour3,bg=colour4,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #W #[fg=colour4,bg=default,nobold,nounderscore,noitalics]'
|
set -g status-left '#[fg=colour0,bg=colour11] #S #[fg=colour11,bg=colour12,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour12] #W #[fg=colour12,bg=default,nobold,nounderscore,noitalics]'
|
||||||
# above status + whoami and uptime
|
# above status + whoami and uptime
|
||||||
# set -g status-left '#[fg=colour232,bg=colour154] #S #[fg=colour154,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour238] #W #[fg=colour238,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour235] #(whoami) #(uptime | cut -d " " -f 1,2,3) #[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]'
|
# set -g status-left '#[fg=colour232,bg=colour154] #S #[fg=colour154,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour238] #W #[fg=colour238,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour235] #(whoami) #(uptime | cut -d " " -f 1,2,3) #[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]'
|
||||||
|
|
||||||
setw -g window-status-current-format '#[fg=colour0,bg=colour4,bold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #I #W #F #[fg=colour4,bg=default,nobold,nounderscore,noitalics]'
|
setw -g window-status-current-format '#[fg=colour0,bg=colour12,bold,nounderscore,noitalics]#[fg=colour0,bg=colour12] #I #W #F #[fg=colour12,bg=default,nobold,nounderscore,noitalics]'
|
||||||
setw -g window-status-format '#[fg=colour0,bg=colour10,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour10] #I #W #[fg=colour10,bg=default,nobold,nounderscore,noitalics]'
|
setw -g window-status-format '#[fg=colour0,bg=colour10,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour10] #I #W #[fg=colour10,bg=default,nobold,nounderscore,noitalics]'
|
||||||
|
|
||||||
set -g status-right '#[fg=colour6,bg=default,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour6] %R %a %h-%d #[fg=colour4,bg=colour6,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #{battery_color_charge_fg}#[bg=colour4]#{battery_icon} #{battery_percentage}#[fg=colour1,bg=colour4,nobold,nounderscore,noitalics] #{prefix_highlight}'
|
set -g status-right '#[fg=colour14,bg=default,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour14] %R %a %h-%d #[fg=colour12,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour12] #{battery_color_charge_fg}#[bg=colour12]#{battery_icon} #{battery_percentage}#[fg=colour9,bg=colour12,nobold,nounderscore,noitalics] #{prefix_highlight}'
|
||||||
|
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
|
|
||||||
@ -129,9 +129,9 @@ set-option -g automatic-rename-format '#{b:pane_current_path}'
|
|||||||
# Plugin Customizations
|
# Plugin Customizations
|
||||||
|
|
||||||
set -g @prefix_highlight_fg 'colour0'
|
set -g @prefix_highlight_fg 'colour0'
|
||||||
set -g @prefix_highlight_bg 'colour1'
|
set -g @prefix_highlight_bg 'colour9'
|
||||||
set -g @prefix_highlight_sync_mode_attr 'fg=colour0,bg=colour1,bold'
|
set -g @prefix_highlight_sync_mode_attr 'fg=colour0,bg=colour9,bold'
|
||||||
set -g @prefix_highlight_copy_mode_attr 'fg=colour0,bg=colour1,bold'
|
set -g @prefix_highlight_copy_mode_attr 'fg=colour0,bg=colour9,bold'
|
||||||
set -g @prefix_highlight_show_copy_mode 'on'
|
set -g @prefix_highlight_show_copy_mode 'on'
|
||||||
set -g @prefix_highlight_show_sync_mode 'on'
|
set -g @prefix_highlight_show_sync_mode 'on'
|
||||||
set -g @prefix_highlight_sync_prompt 'SYNC'
|
set -g @prefix_highlight_sync_prompt 'SYNC'
|
||||||
|
Loading…
Reference in New Issue
Block a user