40 lines
918 B
YAML
40 lines
918 B
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 1'
|
|
default_floating_border: 'pixel 1'
|
|
title_align: 'center'
|
|
sway_theme_colors:
|
|
focused:
|
|
border: '#4c7899'
|
|
backgound: '#385579'
|
|
text: '#ffffff'
|
|
indicator: '#2efef4'
|
|
child_border: '#285577'
|
|
focused_inactive:
|
|
border: '#333333'
|
|
backgound: '#5f676a'
|
|
text: '#ffffff'
|
|
indicator: '#484e50'
|
|
child_border: '#5f676a'
|
|
focused_tab_title:
|
|
border: '#2f343a'
|
|
backgound: '5f676a'
|
|
text: '#ffffff'
|
|
unfocused:
|
|
border: '#333333'
|
|
backgound: '#222222'
|
|
text: '#888888'
|
|
indicator: '#292d2e'
|
|
child_border: '#222222'
|
|
urgent:
|
|
border: '#2f343a'
|
|
backgound: '#900000'
|
|
text: '#cccccc'
|
|
indicator: '#900000'
|
|
child_border: '#900000'
|