Rework sway theme

This commit is contained in:
Yorick Barbanneau 2023-04-27 23:10:52 +02:00
parent 5ef18b7a97
commit 5f9dc66da2

View file

@ -2,43 +2,38 @@
sway_theme_parameters:
default_orientation: 'auto'
workspace_layout: 'default'
gaps: 'inner 3'
gaps: 'inner 2'
smart_gaps: 'on'
smart_borders: 'on'
font: 'pango:FuraCode Nerd Font Mono 10'
font: 'pango:Fira Code Nerd Font Mono 10'
default_border: 'pixel 1'
default_floating_border: 'pixel 1'
title_align: 'center'
# client.focused #f268b3 #a82d70 #ffffff #f268b3 #ffffff
# client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
# client.focused_tab_title #2f343a 5f676a #ffffff
# client.unfocused #000000 #4d3d46 #cccccc #000000 #000000
# client.urgent #2f343a #900000 #cccccc #900000 #900000
title_align: 'right'
for_window: '[title=".*"] title_format "%title |"'
sway_theme_colors:
focused:
border: '#f268b3'
backgound: '#a82d70'
text: '#ffffff'
indicator: '#f268b3'
backgound: '#f268b3'
text: '#000000'
indicator: '#1cd180'
child_border: '#f268b3'
focused_inactive:
border: '#333333'
backgound: '#5f676a'
text: '#ffffff'
indicator: '#484e50'
child_border: '#5f676a'
border: '#323232'
backgound: '#323232'
text: '#f268b3'
indicator: '#1cd180'
child_border: '#323232'
focused_tab_title:
border: '#2f343a'
backgound: '5f676a'
backgound: '#2f343a'
text: '#ffffff'
unfocused:
border: '#000000'
backgound: '#4d3d46'
border: '32323232'
backgound: '#323232'
text: '#cccccc'
indicator: '#000000'
child_border: '#000000'
child_border: '#323232'
urgent:
border: '#2f343a'
backgound: '#900000'