mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
ricing the color scheme
This commit is contained in:
parent
ea10ae1238
commit
f3d08f132c
@ -22,6 +22,7 @@ font xft:mono 10
|
||||
# #---Dropdown Windows---# #
|
||||
# General dropdown window traits. The order can matter.
|
||||
for_window [instance="dropdown_*"] floating enable
|
||||
for_window [class="de.uol.swp.client.ClientApp"] floating enable
|
||||
for_window [instance="dropdown_*"] move scratchpad
|
||||
for_window [instance="dropdown_*"] sticky enable
|
||||
for_window [instance="dropdown_*"] scratchpad show
|
||||
@ -31,13 +32,31 @@ for_window [instance="dropdown_tmuxdd"] border pixel 3
|
||||
for_window [instance="dropdown_dropdowncalc"] border pixel 2
|
||||
for_window [instance="dropdown_*"] move position center
|
||||
|
||||
|
||||
bar {
|
||||
font pango:mono 10
|
||||
status_command i3blocks
|
||||
position top
|
||||
mode dock
|
||||
modifier None
|
||||
colors {
|
||||
background #000000
|
||||
statusline #ffffff
|
||||
separator #333333
|
||||
#Bord #Back #Text
|
||||
focused_workspace #ffa500 #4a4a4a #ffa500
|
||||
active_workspace #ffa500 #33333 #ffa500
|
||||
inactive_workspace #ffa500 #000000 #ffa500
|
||||
urgent_workspace #ffa500 #000000 #900000
|
||||
}
|
||||
}
|
||||
client.placeholder #242424 #242424 #242424
|
||||
client.background #242424 #242424 #242424
|
||||
client.focused #4a4a4a #4a4a4a #e5e5e5 #6a6a6a
|
||||
client.unfocused #4a4a4a #222222 #aaaaaa #222222
|
||||
client.focused_inactive #4a4a4a #222222 #a9a9a9 #222222
|
||||
client.urgent #4a4a4a #4a4a4a #f7f7f7 #4a4a4a
|
||||
|
||||
|
||||
# #---Basic Bindings---# #
|
||||
bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3-msg exit"
|
||||
@ -112,16 +131,16 @@ bindsym $mod+Shift+z exec --no-startup-id i3resize left
|
||||
|
||||
|
||||
# #---Workspace Bindings---# #
|
||||
set $ws1 "DEF"
|
||||
set $ws2 "VAR"
|
||||
set $ws3 "RS0"
|
||||
set $ws4 "RS1"
|
||||
set $ws5 "WK0"
|
||||
set $ws6 "WK1"
|
||||
set $ws7 "MED"
|
||||
set $ws8 "COM"
|
||||
set $ws9 "GMG"
|
||||
set $ws0 "EXT"
|
||||
set $ws1 "1DF"
|
||||
set $ws2 "2VR"
|
||||
set $ws3 "3RS"
|
||||
set $ws4 "4RS"
|
||||
set $ws5 "5WK"
|
||||
set $ws6 "6WK"
|
||||
set $ws7 "7ME"
|
||||
set $ws8 "8CM"
|
||||
set $ws9 "9GM"
|
||||
set $ws0 "0EX"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
@ -1,27 +1,46 @@
|
||||
! st.termname: st-256color
|
||||
! st.borderpx: 2
|
||||
st.borderpx: 2
|
||||
|
||||
dmenu.foreground: #ffffff
|
||||
dmenu.background: #000000
|
||||
dmenu.background: #800000
|
||||
dmenu.selforeground: #ffffff
|
||||
dmenu.selbackground: #000000
|
||||
dmenu.selbackground: #c0c0c0
|
||||
|
||||
!!standard theme
|
||||
!!3024-night
|
||||
/*
|
||||
*.color0: #000000
|
||||
*.color1: #800000
|
||||
*.color2: #008000
|
||||
*.color3: #808000
|
||||
*.color4: #000080
|
||||
*.color5: #800080
|
||||
*.color6: #008080
|
||||
*.color7: #c0c0c0
|
||||
*.color8: #808080
|
||||
*.color9: #ff0000
|
||||
*.color10: #00ff00
|
||||
*.color11: #ffff00
|
||||
*.color12: #0000ff
|
||||
*.color13: #ff00ff
|
||||
*.color14: #00ffff
|
||||
*.color15: #ffffff
|
||||
*.color0: #090300
|
||||
*.color1: #db2d20
|
||||
*.color2: #01a252
|
||||
*.color3: #fded02
|
||||
*.color4: #01a0e4
|
||||
*.color5: #a16a94
|
||||
*.color6: #b5e4f4
|
||||
*.color7: #a5a2a2
|
||||
*.color8: #5c5855
|
||||
*.color9: #e8bbd0
|
||||
*.color10: #3a3432
|
||||
*.color11: #4a4543
|
||||
*.color12: #807d7c
|
||||
*.color13: #d6d5d4
|
||||
*.color14: #cdab53
|
||||
*.color15: #f7f7f7
|
||||
*/
|
||||
|
||||
!!brogrammer
|
||||
*.color0: #1f1f1f
|
||||
*.color1: #f81118
|
||||
*.color2: #2dc55e
|
||||
*.color3: #ecba0f
|
||||
*.color4: #2a84d2
|
||||
*.color5: #4e5ab7
|
||||
*.color6: #1081d6
|
||||
*.color7: #d6dbe5
|
||||
*.color8: #d6dbe5
|
||||
*.color9: #de352e
|
||||
*.color10: #1dd361
|
||||
*.color11: #f3bd09
|
||||
*.color12: #1081d6
|
||||
*.color13: #5350b9
|
||||
*.color14: #0f7ddb
|
||||
*.color15: #ffffff
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user