Skip to content

Commit 2d24b7c

Browse files
author
dotfiles-bot
committed
upd
1 parent 80b8629 commit 2d24b7c

32 files changed

Lines changed: 261 additions & 72 deletions

install-mappings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ preferences|icewm: xdg:icewm/preferences # modules/desktop/wm/icewm
143143
config|fvwm: xdg:fvwm/config # modules/desktop/wm/fvwm
144144
.xinitrc|fvwm: ignore # modules/desktop/wm/fvwm
145145
rc.xml|openbox: xdg:openbox/rc.xml # modules/desktop/wm/openbox
146+
RetroClassic98|openbox: home:.local/share/themes/RetroClassic98 # modules/desktop/wm/openbox/RetroClassic98
146147
.xinitrc|openbox: ignore # modules/desktop/wm/openbox
147148
config|sway: xdg:sway/config # modules/desktop/wm/sway (Wayland)
148149
hyprland.conf|hyprland: xdg:hypr/hyprland.conf # modules/desktop/wm/hyprland (Wayland)

modules/desktop/gtk/gtk-1.2/.gtkrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ style "default"
55
{
66
fontset = "-*-dejavu sans-bold-r-normal-*-11-*-*-*-*-*-iso8859-1"
77

8-
bg[NORMAL] = "#c0c0c0"
9-
bg[PRELIGHT] = "#d0d0d0"
8+
bg[NORMAL] = "#d4d0c8"
9+
bg[PRELIGHT] = "#eaeaea"
1010
bg[ACTIVE] = "#808080"
11-
bg[SELECTED] = "#000080"
12-
bg[INSENSITIVE] = "#c0c0c0"
11+
bg[SELECTED] = "#0a246a"
12+
bg[INSENSITIVE] = "#d4d0c8"
1313

1414
fg[NORMAL] = "#000000"
1515
fg[PRELIGHT] = "#000000"
@@ -18,7 +18,7 @@ style "default"
1818
fg[INSENSITIVE] = "#808080"
1919

2020
base[NORMAL] = "#ffffff"
21-
base[SELECTED] = "#000080"
21+
base[SELECTED] = "#0a246a"
2222

2323
text[NORMAL] = "#000000"
2424
text[SELECTED] = "#ffffff"

modules/desktop/gtk/gtk-2.0/.gtkrc-2.0

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ style "default"
55
{
66
font_name = "DejaVu Sans Bold 11"
77

8-
bg[NORMAL] = "#c0c0c0"
9-
bg[PRELIGHT] = "#d0d0d0"
8+
bg[NORMAL] = "#d4d0c8"
9+
bg[PRELIGHT] = "#eaeaea"
1010
bg[ACTIVE] = "#808080"
11-
bg[SELECTED] = "#000080"
12-
bg[INSENSITIVE] = "#c0c0c0"
11+
bg[SELECTED] = "#0a246a"
12+
bg[INSENSITIVE] = "#d4d0c8"
1313

1414
fg[NORMAL] = "#000000"
1515
fg[PRELIGHT] = "#000000"

modules/desktop/gtk/gtk-3.0/gtk.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
}
99

1010
/* Base Colors */
11-
@define-color retro_grey #c0c0c0;
12-
@define-color retro_blue #000080;
11+
/* Base Colors */
12+
@define-color retro_grey #d4d0c8;
13+
@define-color retro_blue #0a246a;
1314
@define-color retro_white #ffffff;
1415
@define-color retro_shadow #808080;
1516
@define-color retro_black #000000;
16-
@define-color retro_light_grey #dfdfdf;
17+
@define-color retro_light_grey #eaeaea;
1718

1819
/* Global Backgrounds */
1920
/* Global Backgrounds */

modules/desktop/gtk/gtk-4.0/gtk.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
}
99

1010
/* Base Colors */
11-
@define-color retro_grey #c0c0c0;
12-
@define-color retro_blue #000080;
11+
/* Base Colors */
12+
@define-color retro_grey #d4d0c8;
13+
@define-color retro_blue #0a246a;
1314
@define-color retro_white #ffffff;
1415
@define-color retro_shadow #808080;
1516
@define-color retro_black #000000;
16-
@define-color retro_light_grey #dfdfdf;
17+
@define-color retro_light_grey #eaeaea;
1718

1819
/* Global Backgrounds */
1920
/* Global Backgrounds */

modules/desktop/qt/qt1/qtrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[General]
22
font=DejaVu Sans Bold,11
3-
palette=c0c0c0;000000;ffffff;c0c0c0;808080;c0c0c0;000000;ffffff;000000;ffffff;c0c0c0;000000;000080;ffffff;0000ff;ff00ff
3+
palette=d4d0c8;000000;ffffff;d4d0c8;808080;d4d0c8;000000;ffffff;000000;ffffff;d4d0c8;000000;0a246a;ffffff;0000ff;ff00ff
44
style=windows

modules/desktop/qt/qt2/qtrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[General]
22
font=DejaVu Sans Bold,11,-1,5,50,0,0,0,0,0
3-
palette=Background:#c0c0c0;Base:#ffffff;Button:#c0c0c0;ButtonText:#000000;Highlight:#000080;HighlightedText:#ffffff;Link:#0000ff;LinkVisited:#800080;Text:#000000;Window:#ffffff;WindowText:#000000
3+
palette=Background:#d4d0c8;Base:#ffffff;Button:#d4d0c8;ButtonText:#000000;Highlight:#0a246a;HighlightedText:#ffffff;Link:#0000ff;LinkVisited:#800080;Text:#000000;Window:#ffffff;WindowText:#000000
44
style=windows

modules/desktop/qt/qt3/qtrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[General]
22
font=DejaVu Sans Bold,11,-1,5,50,0,0,0,0,0
3-
palette=Background:#c0c0c0;Base:#ffffff;Button:#c0c0c0;ButtonText:#000000;Highlight:#000080;HighlightedText:#ffffff;Link:#0000ff;LinkVisited:#800080;Text:#000000;Window:#ffffff;WindowText:#000000
3+
palette=Background:#d4d0c8;Base:#ffffff;Button:#d4d0c8;ButtonText:#000000;Highlight:#0a246a;HighlightedText:#ffffff;Link:#0000ff;LinkVisited:#800080;Text:#000000;Window:#ffffff;WindowText:#000000
44
style=windows
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Qt]
22
font="DejaVu Sans Bold,11,-1,5,50,0,0,0,0,0"
3-
Palette\active=#000000, #c0c0c0, #ffffff, #c0c0c0, #808080, #c0c0c0, #000000, #ffffff, #000000, #ffffff, #c0c0c0, #000000, #000080, #ffffff, #0000ff, #ff00ff
4-
Palette\inactive=#000000, #c0c0c0, #ffffff, #c0c0c0, #808080, #c0c0c0, #000000, #ffffff, #000000, #ffffff, #c0c0c0, #000000, #000080, #ffffff, #0000ff, #ff00ff
3+
Palette\active=#000000, #d4d0c8, #ffffff, #c0c0c0, #808080, #d4d0c8, #000000, #ffffff, #000000, #ffffff, #d4d0c8, #000000, #0a246a, #ffffff, #0000ff, #ff00ff
4+
Palette\inactive=#000000, #d4d0c8, #ffffff, #c0c0c0, #808080, #d4d0c8, #000000, #ffffff, #000000, #ffffff, #d4d0c8, #000000, #0a246a, #ffffff, #0000ff, #ff00ff
55
style=Windows

modules/desktop/qt/qt5/qt5ct.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ general="DejaVu Sans Bold,11,-1,5,50,0,0,0,0,0"
1212
[Interface]
1313
# Base (white) vs Window (grey)
1414
# 0=WindowText, 1=Button, 2=Light, 3=Midlight, 4=Dark, 5=Mid, 6=Text, 7=BrightText, 8=ButtonText, 9=Base, 10=Window, 11=Shadow, 12=Highlight, 13=HighlightedText, 14=Link, 15=VisitedLink
15-
palette\active=#000000, #c0c0c0, #ffffff, #dfdfdf, #808080, #c0c0c0, #000000, #ffffff, #000000, #ffffff, #c0c0c0, #000000, #000080, #ffffff, #0000ff, #ff00ff
16-
palette\inactive=#000000, #c0c0c0, #ffffff, #dfdfdf, #808080, #c0c0c0, #000000, #ffffff, #000000, #ffffff, #c0c0c0, #000000, #808080, #ffffff, #0000ff, #ff00ff
17-
palette\disabled=#808080, #c0c0c0, #ffffff, #dfdfdf, #808080, #c0c0c0, #808080, #ffffff, #808080, #ffffff, #c0c0c0, #000000, #808080, #ffffff, #0000ff, #ff00ff
15+
palette\active=#000000, #d4d0c8, #ffffff, #eaeaea, #808080, #d4d0c8, #000000, #ffffff, #000000, #ffffff, #d4d0c8, #000000, #0a246a, #ffffff, #0000ff, #ff00ff
16+
palette\inactive=#000000, #d4d0c8, #ffffff, #eaeaea, #808080, #d4d0c8, #000000, #ffffff, #000000, #ffffff, #d4d0c8, #000000, #808080, #ffffff, #0000ff, #ff00ff
17+
palette\disabled=#808080, #d4d0c8, #ffffff, #eaeaea, #808080, #d4d0c8, #808080, #ffffff, #808080, #ffffff, #d4d0c8, #000000, #808080, #ffffff, #0000ff, #ff00ff

0 commit comments

Comments
 (0)