From cea38efa49569de8ba1212dd03b2250ac59ebbd4 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 28 Aug 2024 02:28:34 +0300 Subject: theme --- .config/fontconfig/fonts.conf | 31 +++++++++++++++++++++++++++++++ .config/waybar/style.css | 2 +- .config/wofi/style.css | 8 ++++---- 3 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 .config/fontconfig/fonts.conf (limited to '.config') diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..9891d79 --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,31 @@ + + + + + serif + + Ubuntu + Noto Color Emoji + + + + sans-serif + + Ubuntu + Noto Color Emoji + + + + sans + + Ubuntu + Noto Color Emoji + + + + monospace + + Ubuntu Mono + + + diff --git a/.config/waybar/style.css b/.config/waybar/style.css index f082e00..ac53d24 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: JetBrainsMono Nerd Font Propo; + font-family: LiterationMono Nerd Font Propo; font-weight: normal; font-size: 14px; min-height: 0; diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 6132d1f..507844d 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -11,7 +11,7 @@ margin-bottom: 1px; #window { /*background-color: --wofi-color0;*/ - background-color: #282828; + background-color: #1e1e2e; /*color: --wofi-color2; border: 2px solid --wofi-color1;*/ border-radius: 0px; @@ -40,11 +40,11 @@ margin-bottom: 1px; } #text { - color: #ebdbb2; + color: #cdd6f4; } #text:selected { - color: #282828; + color: #1e1e2e; } #entry { @@ -53,7 +53,7 @@ margin-bottom: 1px; #entry:selected { /*background-color: --wofi-color3;*/ - background: #fbf1c7; + background: #f9e2af; color: rgba(255, 0, 0, 0.0) } -- cgit v1.2.3