desktop-playbook/group_vars/all/theme.yml
2022-11-29 00:42:29 +01:00

47 lines
1.2 KiB
YAML

---
sway_theme_parameters:
default_orientation: 'auto'
workspace_layout: 'default'
gaps: 'inner 3'
smart_gaps: 'on'
smart_borders: 'on'
font: 'pango:FuraCode Nerd Font Mono 10'
default_border: 'pixel 2'
default_floating_border: 'pixel 2'
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
sway_theme_colors:
focused:
border: '#f268b3'
backgound: '#a82d70'
text: '#ffffff'
indicator: '#f268b3'
child_border: '#f268b3'
focused_inactive:
border: '#333333'
backgound: '#5f676a'
text: '#ffffff'
indicator: '#484e50'
child_border: '#5f676a'
focused_tab_title:
border: '#2f343a'
backgound: '5f676a'
text: '#ffffff'
unfocused:
border: '#000000'
backgound: '#4d3d46'
text: '#cccccc'
indicator: '#000000'
child_border: '#000000'
urgent:
border: '#2f343a'
backgound: '#900000'
text: '#cccccc'
indicator: '#900000'
child_border: '#900000'