42 lines
973 B
YAML
42 lines
973 B
YAML
---
|
|
sway_theme_parameters:
|
|
default_orientation: 'auto'
|
|
workspace_layout: 'default'
|
|
gaps: 'inner 2'
|
|
smart_gaps: 'on'
|
|
smart_borders: 'on'
|
|
font: 'pango:Fira Code Nerd Font Mono 10'
|
|
default_border: 'pixel 1'
|
|
default_floating_border: 'pixel 1'
|
|
title_align: 'right'
|
|
for_window: '[title=".*"] title_format "%title |"'
|
|
|
|
sway_theme_colors:
|
|
focused:
|
|
border: '#f268b3'
|
|
backgound: '#f268b3'
|
|
text: '#000000'
|
|
indicator: '#1cd180'
|
|
child_border: '#f268b3'
|
|
focused_inactive:
|
|
border: '#323232'
|
|
backgound: '#323232'
|
|
text: '#f268b3'
|
|
indicator: '#1cd180'
|
|
child_border: '#323232'
|
|
focused_tab_title:
|
|
border: '#2f343a'
|
|
backgound: '#2f343a'
|
|
text: '#ffffff'
|
|
unfocused:
|
|
border: '#323232'
|
|
backgound: '#323232'
|
|
text: '#cccccc'
|
|
indicator: '#1cd180'
|
|
child_border: '#323232'
|
|
urgent:
|
|
border: '#2f343a'
|
|
backgound: '#900000'
|
|
text: '#cccccc'
|
|
indicator: '#900000'
|
|
child_border: '#900000'
|