summaryrefslogtreecommitdiffstats
path: root/.config/sway/config
diff options
context:
space:
mode:
authorPeter2021-09-01 15:37:03 +0100
committerPeter2021-09-01 15:37:03 +0100
commit3e2236e18268795f8a8758453c2f84f651a2ef2b (patch)
treead3bc4fe74ed06b3a7b4c6cb89439cfeae45d646 /.config/sway/config
parentda2338de9b54df2c08c2435c741ae2cc88309da6 (diff)
downloaddotfiles-3e2236e18268795f8a8758453c2f84f651a2ef2b.tar.gz
dotfiles-3e2236e18268795f8a8758453c2f84f651a2ef2b.tar.bz2
dotfiles-3e2236e18268795f8a8758453c2f84f651a2ef2b.zip
Initial colour schemes for Sway and Qute
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config23
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 1ec14ff..f9d917f 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -32,6 +32,17 @@ xwayland disable
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg #5e686d solid_color
+# Colour scheme - Base16 Default Dark by Chris Kempson (http://chriskempson.com)
+# Property Name Border BG Text Indicator Child Border
+client.focused #d8d8d8 #7cafc2 #181818 #7cafc2 #7cafc2
+client.focused_inactive #282828 #282828 #d8d8d8 #585858 #282828
+client.unfocused #282828 #181818 #d8d8d8 #282828 #282828
+client.urgent #ab4642 #ab4642 #181818 #ab4642 #ab4642
+client.placeholder #181818 #181818 #d8d8d8 #181818 #181818
+client.background #f8f8f8
+
+
+
#
# Example configuration:
#
@@ -231,6 +242,18 @@ bar {
# The default just shows the current date and time.
status_command i3blocks -c $XDG_CONFIG_HOME/sway/i3blocks
+ # Bar colour scheme
+ colors {
+ background #181818
+ separator #282828
+ statusline #b8b8b8
+ # State Border BG Text
+ focused_workspace #d8d8d8 #7cafc2 #181818
+ active_workspace #d8d8d8 #585858 #181818
+ inactive_workspace #585858 #282828 #d8d8d8
+ urgent_workspace #ab4642 #ab4642 #181818
+ binding_mode #181818 #f7ca88 #181818
+ }
}
include /etc/sway/config.d/*