mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-22 13:16:57 +00:00
readd wine theme, sheets scss
This commit is contained in:
parent
0ac2426fe4
commit
deac224efe
|
@ -22,6 +22,7 @@ yay -S $pkgs
|
||||||
|
|
||||||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||||
mkdir -p ~/.parallel/will-cite
|
mkdir -p ~/.parallel/will-cite
|
||||||
|
wine64 regedit ~/.dotfiles/dracula.reg
|
||||||
|
|
||||||
wget https://github.com/dracula/rofi/raw/main/theme/config2.rasi -P ~/.config/rofi
|
wget https://github.com/dracula/rofi/raw/main/theme/config2.rasi -P ~/.config/rofi
|
||||||
wget https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty
|
wget https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty
|
||||||
|
|
36
dracula.reg
Normal file
36
dracula.reg
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
|
||||||
|
"ThemeActive"="0"
|
||||||
|
[HKEY_CURRENT_USER\Control Panel\Colors]
|
||||||
|
"ActiveBorder"="30 31 41"
|
||||||
|
"ActiveTitle"="26 70 102"
|
||||||
|
"AppWorkSpace"="28 33 38"
|
||||||
|
"Background"="26 58 99"
|
||||||
|
"ButtonAlternateFace"="181 181 181"
|
||||||
|
"ButtonAlternativeFace"="200 0 0"
|
||||||
|
"ButtonDkShadow"="7 9 10"
|
||||||
|
"ButtonFace"="30 31 41"
|
||||||
|
"ButtonHilight"="148 160 175"
|
||||||
|
"ButtonLight"="30 31 41"
|
||||||
|
"ButtonShadow"="38 44 51"
|
||||||
|
"ButtonText"="255 255 255"
|
||||||
|
"GradientActiveTitle"="26 70 102"
|
||||||
|
"GradientInactiveTitle"="28 33 38"
|
||||||
|
"GrayText"="133 136 140"
|
||||||
|
"Hilight"="116 96 153"
|
||||||
|
"HilightText"="255 255 255"
|
||||||
|
"HotTrackingColor"="47 138 202"
|
||||||
|
"InactiveBorder"="30 31 41"
|
||||||
|
"InactiveTitle"="28 33 38"
|
||||||
|
"InactiveTitleText"="245 247 250"
|
||||||
|
"InfoText"="0 0 0"
|
||||||
|
"InfoWindow"="243 242 219"
|
||||||
|
"Menu"="30 31 41"
|
||||||
|
"MenuBar"="30 31 41"
|
||||||
|
"MenuHilight"="116 96 153"
|
||||||
|
"MenuText"="255 255 255"
|
||||||
|
"Scrollbar"="148 160 175"
|
||||||
|
"TitleText"="245 247 250"
|
||||||
|
"Window"="40 42 54"
|
||||||
|
"WindowFrame"="0 0 0"
|
||||||
|
"WindowText"="245 247 250"
|
|
@ -25,6 +25,7 @@
|
||||||
)}
|
)}
|
||||||
|
|
||||||
div.doc-container div.doc div {max-width: 666pt !important; margin: auto} // better docs mobiles
|
div.doc-container div.doc div {max-width: 666pt !important; margin: auto} // better docs mobiles
|
||||||
|
.docs-gm > #sheets-viewport > div { display: unset !important; }
|
||||||
.bridge-card { form, h5 {display:revert} .showmore {display:none} } // show rss-bridges
|
.bridge-card { form, h5 {display:revert} .showmore {display:none} } // show rss-bridges
|
||||||
#years-table { .detail-view-container { display: flex } td { background-image: unset } } //quatalog detailed view
|
#years-table { .detail-view-container { display: flex } td { background-image: unset } } //quatalog detailed view
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue