First commit

This commit is contained in:
Yorick Barbanneau 2022-11-17 22:49:38 +01:00
commit c2387aff03
14 changed files with 433 additions and 0 deletions

40
defaults/main/theme.yml Normal file
View file

@ -0,0 +1,40 @@
---
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'