From 5f9dc66da28c16d7d242b30b2638b3d2d215867d Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 27 Apr 2023 23:10:52 +0200 Subject: [PATCH] Rework sway theme --- group_vars/all/theme.yml | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/group_vars/all/theme.yml b/group_vars/all/theme.yml index 1b0a0e2..4752902 100644 --- a/group_vars/all/theme.yml +++ b/group_vars/all/theme.yml @@ -2,43 +2,38 @@ sway_theme_parameters: default_orientation: 'auto' workspace_layout: 'default' - gaps: 'inner 3' + gaps: 'inner 2' smart_gaps: 'on' smart_borders: 'on' - font: 'pango:FuraCode Nerd Font Mono 10' + font: 'pango:Fira Code Nerd Font Mono 10' default_border: 'pixel 1' default_floating_border: 'pixel 1' - 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 + title_align: 'right' + for_window: '[title=".*"] title_format "%title |"' sway_theme_colors: focused: border: '#f268b3' - backgound: '#a82d70' - text: '#ffffff' - indicator: '#f268b3' + backgound: '#f268b3' + text: '#000000' + indicator: '#1cd180' child_border: '#f268b3' focused_inactive: - border: '#333333' - backgound: '#5f676a' - text: '#ffffff' - indicator: '#484e50' - child_border: '#5f676a' + border: '#323232' + backgound: '#323232' + text: '#f268b3' + indicator: '#1cd180' + child_border: '#323232' focused_tab_title: border: '#2f343a' - backgound: '5f676a' + backgound: '#2f343a' text: '#ffffff' unfocused: - border: '#000000' - backgound: '#4d3d46' + border: '32323232' + backgound: '#323232' text: '#cccccc' indicator: '#000000' - child_border: '#000000' + child_border: '#323232' urgent: border: '#2f343a' backgound: '#900000'