Skip to content
Snippets Groups Projects
Verified Commit 7fd7862a authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

adapt sway, waybar and termite theme to matcha

parent 3ba75d00
No related branches found
No related tags found
No related merge requests found
...@@ -107,15 +107,21 @@ tlp ...@@ -107,15 +107,21 @@ tlp
xdg-user-dirs xdg-user-dirs
# Other Applications # Other Applications
atool
celluloid celluloid
epdfview epdfview
ffmpeg ffmpeg
ffmpegthumbnailer
gcolor3 gcolor3
manjaro-settings-manager manjaro-settings-manager
mediainfo
mntray mntray
mpv mpv
odt2txt
ranger ranger
seahorse seahorse
silver
ytop
# File systems access # File systems access
pcmanfm-gtk3 pcmanfm-gtk3
......
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
SILVER=(status:black:white user:yellow:black dir:green:black git:red:black cmdtime:magenta:black)
export SILVER_ICONS=unicode
export SILVER_SHELL=$0 # bash, zsh, or fish
eval "$(silver init)"
...@@ -243,7 +243,7 @@ bar { ...@@ -243,7 +243,7 @@ bar {
statusline $base04 statusline $base04
# State Border BG Text # State Border BG Text
focused_workspace $base05 $base0D $base00 focused_workspace $base05 $base0C $base00
active_workspace $base05 $base03 $base00 active_workspace $base05 $base03 $base00
inactive_workspace $base03 $base01 $base05 inactive_workspace $base03 $base01 $base05
urgent_workspace $base08 $base08 $base00 urgent_workspace $base08 $base08 $base00
...@@ -253,7 +253,7 @@ bar { ...@@ -253,7 +253,7 @@ bar {
# Basic color configuration using the Base16 variables for windows and borders. # Basic color configuration using the Base16 variables for windows and borders.
# Property Name Border BG Text Indicator Child Border # Property Name Border BG Text Indicator Child Border
client.focused $base05 $base0D $base00 $base0D $base0D client.focused $base05 $base0C $base00 $base0C $base0C
client.focused_inactive $base01 $base01 $base05 $base03 $base01 client.focused_inactive $base01 $base01 $base05 $base03 $base01
client.unfocused $base01 $base00 $base05 $base01 $base01 client.unfocused $base01 $base00 $base05 $base01 $base01
client.urgent $base08 $base08 $base00 $base08 $base08 client.urgent $base08 $base08 $base00 $base08 $base08
......
## Base16 OneDark ## based on Base16 Solar Flare by Chuck Harmston (https://chuck.harmston.ch)
# Author: Lalit Magant (http://github.com/tilal6991)
set $base00 #282c34 set $base00 #1B2224
set $base01 #353b45 set $base01 #222E38
set $base02 #3e4451 set $base02 #586875
set $base03 #545862 set $base03 #667581
set $base04 #565c64 set $base04 #85939E
set $base05 #abb2bf set $base05 #A6AFB8
set $base06 #b6bdca set $base06 #E8E9ED
set $base07 #c8ccd4 set $base07 #F5F7FA
set $base08 #e06c75 set $base08 #EF5253
set $base09 #d19a66 set $base09 #E66B2B
set $base0A #e5c07b set $base0A #E4B51C
set $base0B #98c379 set $base0B #7CC844
set $base0C #56b6c2 set $base0C #52CBB0
set $base0D #61afef set $base0D #33B5E1
set $base0E #c678dd set $base0E #A363D5
set $base0F #be5046 set $base0F #D73C9A
...@@ -52,53 +52,52 @@ cursor_shape = block ...@@ -52,53 +52,52 @@ cursor_shape = block
#roundness = 2.0 #roundness = 2.0
[colors] [colors]
# Base16 OneDark # based on Base16 Solar Flare by Chuck Harmston (https://chuck.harmston.ch)
# Author: Lalit Magant (http://github.com/tilal6991)
foreground = #abb2bf foreground = #A6AFB8
foreground_bold = #abb2bf foreground_bold = #A6AFB8
cursor = #abb2bf cursor = #A6AFB8
cursor_foreground = #282c34 cursor_foreground = #1B2224
background = #282c34 background = #1B2224
# 16 color space # 16 color space
# Black, Gray, Silver, White # Black, Gray, Silver, White
color0 = #282c34 color0 = #1B2224
color8 = #545862 color8 = #667581
color7 = #abb2bf color7 = #A6AFB8
color15 = #c8ccd4 color15 = #F5F7FA
# Red # Red
color1 = #e06c75 color1 = #EF5253
color9 = #e06c75 color9 = #EF5253
# Green # Green
color2 = #98c379 color2 = #7CC844
color10 = #98c379 color10 = #7CC844
# Yellow # Yellow
color3 = #e5c07b color3 = #E4B51C
color11 = #e5c07b color11 = #E4B51C
# Blue # Blue
color4 = #61afef color4 = #33B5E1
color12 = #61afef color12 = #33B5E1
# Purple # Purple
color5 = #c678dd color5 = #A363D5
color13 = #c678dd color13 = #A363D5
# Teal # Teal
color6 = #56b6c2 color6 = #52CBB0
color14 = #56b6c2 color14 = #52CBB0
# Extra colors # Extra colors
color16 = #d19a66 color16 = #E66B2B
color17 = #be5046 color17 = #D73C9A
color18 = #353b45 color18 = #222E38
color19 = #3e4451 color19 = #586875
color20 = #565c64 color20 = #85939E
color21 = #b6bdca color21 = #E8E9ED
# vim: ft=dosini cms=#%s # vim: ft=dosini cms=#%s
...@@ -12,23 +12,23 @@ ...@@ -12,23 +12,23 @@
@keyframes blink-warning { @keyframes blink-warning {
70% { 70% {
color: white; color: #F5F7FA;
} }
to { to {
color: white; color: #F5F7FA;
background-color: orange; background-color: #E66B2B;
} }
} }
@keyframes blink-critical { @keyframes blink-critical {
70% { 70% {
color: white; color: #F5F7FA;
} }
to { to {
color: white; color: #F5F7FA;
background-color: red; background-color: #EF5253;
} }
} }
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
/* The whole bar */ /* The whole bar */
#waybar { #waybar {
background: #2E3440; background: #1B2224;
color: white; color: #F5F7FA;
font-family: Cantarell, Noto Sans, sans-serif; font-family: Cantarell, Noto Sans, sans-serif;
font-size: 13px; font-size: 13px;
} }
...@@ -81,11 +81,11 @@ ...@@ -81,11 +81,11 @@
} }
#battery.warning { #battery.warning {
color: orange; color: #E66B2B;
} }
#battery.critical { #battery.critical {
color: red; color: #EF5253;
} }
#battery.warning.discharging { #battery.warning.discharging {
...@@ -107,11 +107,11 @@ ...@@ -107,11 +107,11 @@
} }
#cpu.warning { #cpu.warning {
color: orange; color: #E66B2B;
} }
#cpu.critical { #cpu.critical {
color: red; color: #EF5253;
} }
#memory { #memory {
...@@ -121,18 +121,18 @@ ...@@ -121,18 +121,18 @@
} }
#memory.warning { #memory.warning {
color: orange; color: #E66B2B;
} }
#memory.critical { #memory.critical {
color: red; color: #EF5253;
animation-name: blink-critical; animation-name: blink-critical;
animation-duration: 2s; animation-duration: 2s;
} }
#mode { #mode {
background: #64727D; background: #64727D;
border-top: 2px solid white; border-top: 2px solid #F5F7FA;
/* To compensate for the top border and still have vertical centering */ /* To compensate for the top border and still have vertical centering */
padding-bottom: 2px; padding-bottom: 2px;
} }
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
} }
#network.disconnected { #network.disconnected {
color: orange; color: #E66B2B;
} }
#pulseaudio { #pulseaudio {
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
} }
#temperature.critical { #temperature.critical {
color: red; color: #EF5253;
} }
#tray { #tray {
...@@ -179,16 +179,16 @@ ...@@ -179,16 +179,16 @@
padding-bottom: 2px; padding-bottom: 2px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
color: #888888; color: #A6AFB8;
} }
#workspaces button.focused { #workspaces button.focused {
border-color: #81A1C1; border-color: #7CC844;
color: white; color: #F5F7FA;
background-color: #81A1C1; background-color: #7CC844;
} }
#workspaces button.urgent { #workspaces button.urgent {
border-color: #c9545d; border-color: #EF5253;
color: #c9545d; color: #EF5253;
} }
* { * {
background-image: none; background-image: none;
} }
window { window {
background-color: rgba(12, 12, 12, 0.9); background-color: rgba(12, 12, 12, 0.9);
} }
button { button {
color: #FFFFFF; color: #F5F7FA;
background-color: #1E1E1E; background-color: #1B2224;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 25%; background-size: 25%;
} }
button:focus, button:active, button:hover { button:focus, button:active, button:hover {
background-color: #3700B3; background-color: #52CBB0;
outline-style: none; outline-style: none;
} }
#lock { #lock {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment