1
0

Update files

This commit is contained in:
2026-02-19 10:41:23 +01:00
parent 13c192d5e4
commit e8068579dc
6 changed files with 10 additions and 7 deletions

View File

@@ -484,7 +484,7 @@
<value name="WndDragKey" type="dword" data="00121101"/>
<key name="Tasks" modified="2020-08-23 01:32:42" build="191012">
<value name="Count" type="long" data="8"/>
<key name="Task1" modified="2021-01-28 23:58:45" build="191012">
<key name="Task1" modified="2026-02-05 12:17:34" build="230724">
<value name="Name" type="string" data="{cmd::Cmder}"/>
<value name="GuiArgs" type="string" data=' /icon "%CMDER_ROOT%\icons\cmder.ico"'/>
<value name="Cmd1" type="string" data='cmd /k "%ConEmuDir%\..\init.bat" -new_console'/>

View File

@@ -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"

View File

@@ -189,8 +189,8 @@
<WordsStyle name="DEFAULT" styleID="0" fgColor="E1E1E1" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
<WordsStyle name="COMMENT" styleID="1" fgColor="0088FF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="2" fontSize=""></WordsStyle>
<WordsStyle name="SECTION" styleID="2" fgColor="FF80FF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="1" fontSize=""></WordsStyle>
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9696FF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
<WordsStyle name="DEFVAL" styleID="4" fgColor="FFFFFF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9696FF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="1" fontSize=""></WordsStyle>
<WordsStyle name="DEFVAL" styleID="4" fgColor="B3B300" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
<WordsStyle name="KEY" styleID="5" fgColor="3AD900" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
</LexerType>
<LexerType name="java" desc="Java" ext="">
@@ -412,7 +412,7 @@
<WordsStyle name="SECTION" styleID="2" fgColor="FF80FF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="1" fontSize=""></WordsStyle>
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9696FF" bgColor="001B33" colorStyle="1" fontName="" fontStyle="1" fontSize=""></WordsStyle>
<WordsStyle name="DEFVAL" styleID="4" fgColor="B3B300" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
<WordsStyle name="KEY" styleID="5" fgColor="3AD900" bgColor="001B33" colorStyle="1" fontName="" fontStyle="2" fontSize=""></WordsStyle>
<WordsStyle name="KEY" styleID="5" fgColor="3AD900" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E1E1E1" bgColor="001B33" colorStyle="1" fontName="" fontStyle="0" fontSize=""></WordsStyle>

View File

@@ -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 */

View File

@@ -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;