diff --git a/Batch/image2video.cmd b/Batch/img2vid.cmd
similarity index 100%
rename from Batch/image2video.cmd
rename to Batch/img2vid.cmd
diff --git a/Cmder/config/user-ConEmu.xml b/Cmder/config/user-ConEmu.xml
index 38af385..b01adee 100755
--- a/Cmder/config/user-ConEmu.xml
+++ b/Cmder/config/user-ConEmu.xml
@@ -484,7 +484,7 @@
-
+
diff --git a/Cmder/config/user_profile.cmd b/Cmder/config/user_profile.cmd
index 0d560a3..e312bd5 100755
--- a/Cmder/config/user_profile.cmd
+++ b/Cmder/config/user_profile.cmd
@@ -17,7 +17,7 @@
:: %ccall% "/customOption" "command/program"
@echo off
-set "GREP_COLORS=ms=30;43"
+set "GREP_COLORS=ms=30;43:fn=94"
set "LESS=-iRM"
set "LYNX_CFG=~/.config/lynx/lynx.cfg"
set "EDITOR=nano"
diff --git a/Diverse/Notepad++/themes/Cobalt.xml b/Diverse/Notepad++/themes/Cobalt.xml
index ffc2c99..47f298b 100755
--- a/Diverse/Notepad++/themes/Cobalt.xml
+++ b/Diverse/Notepad++/themes/Cobalt.xml
@@ -189,8 +189,8 @@
-
-
+
+
@@ -412,7 +412,7 @@
-
+
diff --git a/Vivaldi/mods/CSS/custom.css b/Vivaldi/mods/CSS/custom.css
index 58d3d39..fe3a473 100755
--- a/Vivaldi/mods/CSS/custom.css
+++ b/Vivaldi/mods/CSS/custom.css
@@ -8,8 +8,9 @@
/* Remove V button expand arrow */
.vivaldi .expand-arrow {display: none;}
-#browser:has(.vivaldi-v), #browser:has(.burger-icon) {
- --menuWidth: 25px !important;
+#browser.menu-icon .vivaldi, #browser.menu-burger .vivaldi {
+ width: 25px;
+ grid-template-columns: unset;
}
/* Skinnier mainbar */
diff --git a/Vivaldi/mods/CSS/header.css b/Vivaldi/mods/CSS/header.css
index 4b038c2..345ebbe 100755
--- a/Vivaldi/mods/CSS/header.css
+++ b/Vivaldi/mods/CSS/header.css
@@ -35,12 +35,14 @@
}
/* V icon size + zindex */
+#browser:not(.tabs-top) #titlebar .vivaldi,
#browser:not(.tabs-top) .toolbar-mainbar .vivaldi {
width: 25px;
margin: unset;
scale: unset;
z-index: 10;
}
+
/* V icon SVG size */
#browser:not(.tabs-top) .vivaldi svg {
height: 22px;