tmp colors
This commit is contained in:
parent
f48255a561
commit
d00556b5cc
6 changed files with 198 additions and 53 deletions
|
|
@ -442,7 +442,7 @@ format='%A %B %-d, %Y %H:%M:%S %Z%z'
|
|||
# "padding" matches the border "inset" of 3
|
||||
# in ~/.local/bin/patch-forge
|
||||
custom-rounded-corner-settings=@a{sv} {}
|
||||
global-rounded-corner-settings={'padding': <{'left': uint32 0, 'right': 0, 'top': 0, 'bottom': 0}>, 'keepRoundedCorners': <{'maximized': true, 'fullscreen': true}>, 'borderRadius': <uint32 12>, 'smoothing': <0.0>, 'borderColor': <(0.682, 0.839, 0.871, 1.0)>, 'enabled': <true>}
|
||||
global-rounded-corner-settings={'padding': <{'left': uint32 0, 'right': 0, 'top': 0, 'bottom': 0}>, 'keepRoundedCorners': <{'maximized': true, 'fullscreen': true}>, 'borderRadius': <uint32 12>, 'smoothing': <0.0>, 'borderColor': <(0.588, 0.816, 0.867, 1.0)>, 'enabled': <true>}
|
||||
|
||||
focused-shadow={'horizontalOffset': 0, 'verticalOffset': 4, 'blurOffset': 28, 'spreadRadius': 4, 'opacity': 60}
|
||||
unfocused-shadow={'horizontalOffset': 0, 'verticalOffset': 2, 'blurOffset': 12, 'spreadRadius': -1, 'opacity': 65}
|
||||
|
|
@ -475,9 +475,9 @@ workspaces-bar-padding=0
|
|||
|
||||
active-workspace-font-size=10
|
||||
active-workspace-font-weight='700'
|
||||
active-workspace-text-color='rgb(222,237,241)'
|
||||
active-workspace-text-color='rgb(221,236,240)'
|
||||
active-workspace-background-color='rgb(33,144,164)'
|
||||
active-workspace-border-color='rgb(74,164,182)'
|
||||
active-workspace-border-color='rgb(89,177,196)'
|
||||
active-workspace-border-radius=8
|
||||
active-workspace-border-width=2
|
||||
active-workspace-padding-h=8
|
||||
|
|
@ -485,7 +485,7 @@ active-workspace-padding-v=2
|
|||
|
||||
inactive-workspace-font-size=10
|
||||
inactive-workspace-font-weight='600'
|
||||
inactive-workspace-text-color='rgb(174,214,222)'
|
||||
inactive-workspace-text-color='rgb(150,208,221)'
|
||||
inactive-workspace-background-color='rgb(46,46,50)'
|
||||
inactive-workspace-border-color='rgb(46,46,50)'
|
||||
inactive-workspace-border-radius=8
|
||||
|
|
@ -495,7 +495,7 @@ inactive-workspace-padding-v=2
|
|||
|
||||
empty-workspace-font-size=10
|
||||
empty-workspace-font-weight='600'
|
||||
empty-workspace-text-color='rgb(6,122,141)'
|
||||
empty-workspace-text-color='rgb(0,110,129)'
|
||||
empty-workspace-background-color='rgb(46,46,50)'
|
||||
empty-workspace-border-color='rgb(46,46,50)'
|
||||
empty-workspace-border-radius=8
|
||||
|
|
|
|||
Loading…
Reference in a new issue