From c515c1bff1b79688bfcf99e5fbc0d13624e51fbf Mon Sep 17 00:00:00 2001 From: Stian Date: Thu, 19 Feb 2026 10:41:23 +0100 Subject: [PATCH] Update files --- Batch/{image2video.cmd => img2vid.cmd} | 0 Cmder/config/user-ConEmu.xml | 2 +- Cmder/config/user_profile.cmd | 2 +- Diverse/Notepad++/themes/Cobalt.xml | 6 +++--- Vivaldi/mods/CSS/custom.css | 5 +++-- Vivaldi/mods/CSS/header.css | 2 ++ 6 files changed, 10 insertions(+), 7 deletions(-) rename Batch/{image2video.cmd => img2vid.cmd} (100%) 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;