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