This commit is contained in:
kento2 2025-11-16 22:32:14 +01:00
commit 4603184052
87 changed files with 3677 additions and 0 deletions

View file

@ -0,0 +1,26 @@
/* XPM */
static char *close_png[] = {
/* columns rows colors chars-per-pixel */
"18 18 2 1 ",
" c black",
". c #ADAEBD",
/* pixels */
"..................",
"..................",
"..................",
"..................",
".... ...... ....",
".... .... ....",
"..... .. .....",
"...... ......",
"....... .......",
"....... .......",
"...... ......",
"..... .. .....",
".... .... ....",
".... ...... ....",
"..................",
"..................",
"..................",
".................."
};

View file

@ -0,0 +1,37 @@
ThemeDescription="Belle Pintos Grande"
ThemeAuthor="dusthillresident@gmail.com"
Look=BellePintosGrande
TitleBarHeight=20
TitleButtonsRight="x mi"
TitleButtonsSupported="xmis"
ColorNormalBorder="rgb:af/ad/bf"
ColorActiveBorder="rgb:af/ad/bf"
ColorNormalButton="rgb:af/ad/bf"
ColorNormalTitleBar="rgb:AF/AD/BF"
ColorActiveTitleBar="rgb:B2/4D/7A"
ColorNormalTitleBarText="rgb:00/00/00"
ColorActiveTitleBarText="rgb:FF/FF/FF"
ColorNormalMenu="rgb:af/ad/bf"
ColorActiveMenuItem="rgb:b2/4d/7a"
ColorNormalMenuItemText="rgb:00/00/00"
ColorActiveMenuItemText="rgb:FF/FF/FF"
ColorDisabledMenuItemText="rgb:20/20/20"
ColorMoveSizeStatus="rgb:af/ad/bf"
ColorMoveSizeStatusText="rgb:00/00/00"
ColorDefaultTaskBar="rgb:af/ad/bf"
ColorNormalTaskBarApp="rgb:af/ad/bf"
ColorNormalTaskBarAppText="rgb:00/00/00"
ColorActiveTaskBarApp="rgb:93/9c/af"
ColorActiveTaskBarAppText="rgb:00/00/00"
ColorScrollBar="rgb:9e/9c/af"
ColorScrollBarSlider="rgb:af/ad/bf"
ColorScrollBarButton="rgb:af/ad/bf"
ColorScrollBarButtonArrow="rgb:00/00/00"
DesktopBackgroundColor="rgb:52/49/8c"
ColorNormalTitleButton="rgb:af/ad/bf"
ColorMinimizedTaskBarApp="rgb:af/ad/bf"

View file

@ -0,0 +1,26 @@
/* XPM */
static char *maximize_png[] = {
/* columns rows colors chars-per-pixel */
"18 18 2 1 ",
" c black",
". c #ADAEBD",
/* pixels */
"..................",
"..................",
"..................",
"... ...",
"... ...",
"... .......... ...",
"... .......... ...",
"... .......... ...",
"... .......... ...",
"... .......... ...",
"... .......... ...",
"... .......... ...",
"... .......... ...",
"... ...",
"..................",
"..................",
"..................",
".................."
};

View file

@ -0,0 +1,26 @@
/* XPM */
static char *minimize_png[] = {
/* columns rows colors chars-per-pixel */
"18 18 2 1 ",
" c black",
". c #ADAEBD",
/* pixels */
"..................",
"..................",
"..................",
"..................",
"..................",
"..................",
"..................",
"..................",
"..................",
"..................",
"..................",
".... ......",
".... ......",
"..................",
"..................",
"..................",
"..................",
".................."
};

View file

@ -0,0 +1,26 @@
/* XPM */
static char *restore_png[] = {
/* columns rows colors chars-per-pixel */
"18 18 2 1 ",
" c black",
". c #ADAEBD",
/* pixels */
"..................",
"..................",
"..................",
"...... ...",
"...... ...",
"...... ....... ...",
"...... ....... ...",
"... .. ...",
"... .. ...",
"... ....... .. ...",
"... ....... ...",
"... ....... ......",
"... ....... ......",
"... ......",
"..................",
"..................",
"..................",
".................."
};

View file

@ -0,0 +1,32 @@
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Colors]
"ActiveBorder"="175 173 191"
"ActiveTitle"="178 77 122"
"AppWorkSpace"="175 173 191"
"Background"="175 173 191"
"ButtonAlternateFace"="165 163 181"
"ButtonDkShadow"="115 113 131"
"ButtonFace"="175 173 191"
"ButtonHilight"="195 193 213"
"ButtonLight"="212 209 231"
"ButtonShadow"="141 140 154"
"ButtonText"="0 0 0"
"GradientActiveTitle"="178 77 122"
"GradientInActiveTitle"="175 173 191"
"GrayText"="104 112 140"
"Hilight"="178 77 122"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 0"
"InactiveBorder"="0 0 0"
"InactiveTitle"="175 173 191"
"InactiveTitleText"="0 0 0"
"InfoText"="255 255 255"
"InfoWindow"="60 60 60"
"Menu"="175 173 191"
"MenuText"="0 0 0"
"Scrollbar"="147 151 165"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="175 173 191"
"WindowText"="0 0 0"

View file

@ -0,0 +1,7 @@
bellepintosgrande_icewm
This is an IceWM theme. Move this directory to ~/.icewm/themes/ in order to use it.
colour_scheme_for_wine.reg
This is a Wine registry key containing a colour scheme. Import it usine the Wine registry editor.
It should work without problems but I don't guarantee it. Back up your .wine folder before doing this. You can't hold me responsible for any harm that might result.