aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-11 01:41:05 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-11 01:41:05 +0900
commit166ebd4a04d12c38f2493a4bfbe59d1e58fcd1dc (patch)
treecca385d3fdf3fec82ac59310c912db3ee9bf7da1
parent1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (diff)
config.rasi color, wallust-kitty, Dark Obsidian Waybar CSS updated.
-rwxr-xr-xconfig/rofi/config.rasi8
-rwxr-xr-xconfig/rofi/resolution/1080p/config.rasi8
-rwxr-xr-xconfig/rofi/resolution/1440p/config.rasi6
-rw-r--r--config/wallust/templates/colors-kitty.conf10
-rw-r--r--config/wallust/templates/colors-rofi.rasi8
-rw-r--r--config/waybar/style/[Dark] Wallust Obsidian Edge.css (renamed from config/waybar/style/[Dark] Obsidian Edge.css)2
6 files changed, 23 insertions, 19 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 908e2d56..2042f9c5 100755
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -133,8 +133,8 @@ button {
width: 5%;
padding: 12px;
border-radius: 12px;
- background-color: @background-alt;
- text-color: @selected;
+ background-color: @text-selected;
+ text-color: @text-color;
cursor: pointer;
}
button selected {
@@ -224,7 +224,7 @@ textbox {
padding: 12px;
border-radius: 10px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
vertical-align: 0.5;
horizontal-align: 0.0;
}
@@ -232,5 +232,5 @@ error-message {
padding: 12px;
border-radius: 20px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
}
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index 908e2d56..2042f9c5 100755
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -133,8 +133,8 @@ button {
width: 5%;
padding: 12px;
border-radius: 12px;
- background-color: @background-alt;
- text-color: @selected;
+ background-color: @text-selected;
+ text-color: @text-color;
cursor: pointer;
}
button selected {
@@ -224,7 +224,7 @@ textbox {
padding: 12px;
border-radius: 10px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
vertical-align: 0.5;
horizontal-align: 0.0;
}
@@ -232,5 +232,5 @@ error-message {
padding: 12px;
border-radius: 20px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
}
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index 0d8f28bb..3f7a2dc6 100755
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -133,7 +133,7 @@ button {
width: 110px;
padding: 12px;
border-radius: 12px;
- background-color: @background-alt;
+ background-color: @text-selected;
text-color: @text-color;
cursor: pointer;
}
@@ -224,12 +224,12 @@ textbox {
padding: 12px;
border-radius: 10px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
vertical-align: 0.5;
}
error-message {
padding: 12px;
border-radius: 20px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
}
diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf
index 4bcd862b..b88fb4c1 100644
--- a/config/wallust/templates/colors-kitty.conf
+++ b/config/wallust/templates/colors-kitty.conf
@@ -1,4 +1,5 @@
-font_family Intel One Mono
+font_family Fira Code SemiBold
+font_size 13.0
bold_font auto
italic_font auto
bold_italic_font auto
@@ -7,9 +8,12 @@ confirm_os_window_close 0
foreground {{foreground}}
background {{background}}
-background_opacity 0.25
+background_opacity 0.7
cursor {{cursor}}
+selection_foreground #000000
+selection_background #F5FBFF
+
active_tab_foreground {{background}}
active_tab_background {{foreground}}
inactive_tab_foreground {{foreground}}
@@ -19,7 +23,7 @@ active_border_color {{foreground}}
inactive_border_color {{background}}
bell_border_color {{color1}}
-color0 {{color0}}
+color0 {{color0}}
color1 {{color1}}
color2 {{color2}}
color3 {{color3}}
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi
index dfcc08c9..185aadd9 100644
--- a/config/wallust/templates/colors-rofi.rasi
+++ b/config/wallust/templates/colors-rofi.rasi
@@ -1,9 +1,9 @@
* {
-active-background: {{color9}};
+active-background: {{color7}};
active-foreground: {{foreground}};
normal-background: {{background}};
normal-foreground: {{foreground}};
-urgent-background: {{color7}};
+urgent-background: {{color12}};
urgent-foreground: {{foreground}};
alternate-active-background: {{color3}};
@@ -13,7 +13,7 @@ alternate-normal-foreground: {{foreground}};
alternate-urgent-background: {{background}};
alternate-urgent-foreground: {{foreground}};
-selected-active-background: {{color5}};
+selected-active-background: {{color7}};
selected-active-foreground: {{foreground}};
selected-normal-background: {{color9}};
selected-normal-foreground: {{foreground}};
@@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}};
background-color: {{background}};
background: rgba(0,0,0,0.7);
foreground: {{color15}};
-border-color: {{color9}};
+border-color: {{color7}};
}
diff --git a/config/waybar/style/[Dark] Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css
index a64649f2..526547f7 100644
--- a/config/waybar/style/[Dark] Obsidian Edge.css
+++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css
@@ -1,7 +1,7 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Dark - Obsidian Edge */
-@import '../../.cache/wal/colors-waybar.css';
+@import '../../.config/waybar/wallust/colors-waybar.css';
* {
font-family: "JetBrainsMono Nerd Font";
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage