Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
44
themes/hacker/.config/sway/theme
Normal file
44
themes/hacker/.config/sway/theme
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
gaps inner 2px
|
||||
gaps outer 2px
|
||||
|
||||
default_border pixel 2px
|
||||
default_floating_border pixel 2px
|
||||
|
||||
# cursor
|
||||
seat seat0 xcursor_theme Bibata-Original-Ice 14
|
||||
|
||||
# Status Bar:
|
||||
bar {
|
||||
swaybar_command swaybar
|
||||
font Iosevka Term 12
|
||||
position top
|
||||
workspace_min_width 36
|
||||
tray_padding 4
|
||||
status_command while date +'%m/%d/%Y %I:%M %p'; do sleep 30; done
|
||||
colors {
|
||||
background #141514
|
||||
statusline #ef934d
|
||||
separator #ef934d
|
||||
focused_background #1e1f1e
|
||||
focused_statusline #ef934d
|
||||
focused_separator #ef934d
|
||||
focused_workspace #ef934d #141514 #ef934d
|
||||
active_workspace #7ec97e #141514 #7ec97e
|
||||
inactive_workspace #141514 #141514 #6a6a6a
|
||||
urgent_workspace #f16e65 #141514 #f16e65
|
||||
binding_mode #71b4d6 #141514 #71b4d6
|
||||
}
|
||||
}
|
||||
|
||||
# -Colors-
|
||||
# name border bg text ind child_border
|
||||
client.focused #ef944d #141514 #f4decd #ef944d #ef944d
|
||||
client.focused_inactive #1e1f1e #141514 #f4decd #1e1f1e #1e1f1e
|
||||
client.unfocused #1e1f1e #141514 #f4decd #1e1f1e #1e1f1e
|
||||
client.urgent #f16e65 #141514 #f4decd #f16e65 #f16e65
|
||||
client.placeholder #1e1f1e #141514 #f4decd #1e1f1e #1e1f1e
|
||||
|
||||
# Swayfx
|
||||
#blur enable
|
||||
#corner_radius 0
|
||||
#shadows enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue