From cbc8b9aa226210b441da5ee55abe44ac92341ac7 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sat, 21 Mar 2020 19:58:36 +0100 Subject: [PATCH] Switch to dracula based colorscheme in alacritty and polybar --- .config/alacritty/alacritty.yml | 2 +- .config/polybar/config | 33 ++++++++++++--------------------- 2 files changed, 13 insertions(+), 22 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f4744e96..9488f8a0 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -281,7 +281,7 @@ colors: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 0.5 +background_opacity: 1 #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" diff --git a/.config/polybar/config b/.config/polybar/config index 954291e6..c60102e7 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,24 +1,15 @@ [colors] -background = #000000 -background-alt = #000000 -foreground = #ffffff -foreground-alt = #ffffff -primary = #a6f6c6 -secondary = #a6f6c6 -alert = #a17c38 +background = #282a36 +background-alt = #44475a +foreground = #f8f8f2 +foreground-alt = #c8c8d2 +primary = #f8f8f2 +secondary = #c8c8d2 +alert = #f1fa8c active = {active} inactive = {inactive} -highlight = #a6f6c6 -error = #a64848 - -bspwmborder = #a6f6c6 -pulse = #41434f -xkb = #844d2c -memory = #57553a -eth = #a17c38 -pc = #41434f -xwindow = #a17c38 -mus = #57553a +highlight = #8be9fd +error = #ff5555 [bar/top] monitor = ${env:MONITOR:} @@ -57,7 +48,7 @@ modules-right = date sep xkeyboard sep cpu space temperature sep memory sep file tray-position = right tray-padding = 0 tray-maxsize = 14 -tray-background = #000000 +tray-background = ${colors.background} wm-restack = bspwm @@ -123,7 +114,7 @@ label-volume-foreground = ${colors.foreground} label-muted = "muted" label-muted-padding = 1 -label-muted-foreground = #333333 +label-muted-foreground = ${colors.foreground-alt} [module/xkeyboard] type = internal/xkeyboard @@ -135,7 +126,7 @@ label-layout-padding = 1 label-indicator-on = %name% label-indicator-on-padding-right = 1 -label-indicator-on-foreground = #333333 +label-indicator-on-foreground = ${colors.foreground-alt} [module/battery] type = internal/battery