Make colours universal across all configs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# This is my personal personal i3 config file! - Adam French
|
||||
|
||||
include ~/scripts/i3/colors.conf
|
||||
|
||||
# WORKSPACE NAMES -----------------------------------
|
||||
set $ws1 1:ツ
|
||||
set $ws2 2:ಠ‿ಠ
|
||||
@@ -72,7 +74,7 @@ bindsym $mod+Return exec kitty
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
# start program launcher
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run -nb '#1A1B2F' -sf '#FF79C6' -sb '#1A1B2F' -nf '#c792EA'
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run -nb '$color_bg' -sf '$color_tertiary' -sb '$color_bg' -nf '$color_primary'
|
||||
|
||||
bindsym $mod+Ctrl+m exec pavucontrol
|
||||
|
||||
@@ -339,14 +341,14 @@ bar {
|
||||
strip_workspace_numbers yes
|
||||
|
||||
colors {
|
||||
background #1A1B2F
|
||||
statusline #C792EA
|
||||
separator #FF79C6
|
||||
focused_workspace #C792EA #1A1B2F #FFFFFF
|
||||
active_workspace #C792EA #2A2B3D #FFFFFF
|
||||
inactive_workspace #6272A4 #2A2B3D #FFFFFF
|
||||
binding_mode #FF79C6 #1A1B2F #FFFFFF
|
||||
urgent_workspace #FF5370 #2A2B3D #FFFFFF
|
||||
background $color_bg
|
||||
statusline $color_primary
|
||||
separator $color_tertiary
|
||||
focused_workspace $color_primary $color_bg $color_white
|
||||
active_workspace $color_primary $color_alt_bg $color_white
|
||||
inactive_workspace $color_gray $color_alt_bg $color_white
|
||||
binding_mode $color_tertiary $color_bg $color_white
|
||||
urgent_workspace $color_tertiary $color_alt_bg $color_white
|
||||
}
|
||||
}
|
||||
|
||||
@@ -354,14 +356,14 @@ bar {
|
||||
bindsym $mod+m bar mode toggle
|
||||
|
||||
# Theme colors
|
||||
# class border backgr. text indic. child_border
|
||||
client.focused #82AAFF #C792EA #FFFFFF #C792EA
|
||||
client.focused_inactive #C792EA #2A2B3D #F0F0F0 #FF79C6
|
||||
client.unfocused #6272A4 #2A2B3D #F0F0F0 #C792EA
|
||||
client.urgent #FF5370 #2A2B3D #FFFFFF #FF79C6
|
||||
client.placeholder #1A1B2F #1A1B2F #FFFFFF #1A1B2F
|
||||
# class border backgr. text indic.
|
||||
client.focused $color_secondary $color_primary $color_text_dark $color_primary
|
||||
client.focused_inactive $color_primary $color_alt_bg $color_text_light $color_tertiary
|
||||
client.unfocused $color_gray $color_alt_bg $color_text_light $color_primary
|
||||
client.urgent $color_tertiary $color_alt_bg $color_white $color_tertiary
|
||||
client.placeholder $color_bg $color_bg $color_white $color_bg
|
||||
|
||||
client.background #1A1B2F
|
||||
client.background $color_bg
|
||||
|
||||
# Set inner/outer gaps
|
||||
gaps inner 10
|
||||
Reference in New Issue
Block a user