Update 1995.ini

This commit is contained in:
Nab
2025-05-13 19:26:56 +02:00
committed by GitHub
parent a87391a56f
commit 4db49b5641
+25 -18
View File
@@ -2,16 +2,21 @@
# Inspired by Windows 95
# Colors Used:
# Desktop #008080FF
# Forms #C0C0C0FF
# Work area #FFFFFFFF
# Tooltip #FFFFAAFF
# Text #000000FF
# Disabled #808080FF
# Highlight #000080FF
# Desktop #008080FF
# Forms #C0C0C0FF
# Work area #FFFFFFFF
# Tooltip #FFFFAAFF
# Text #000000FF
# Disabled #808080FF
# Highlight #000080FF
# Blue #0000FFFF
[1995]
Name = "1995"
BackgroundColor = "#008080FF"
ScrollbarColor = "#808080FF"
ItemStyleFg = "#000000FF"
ItemStyleBg = "#C0C0C0FF"
ItemFocusedStyleFg = "#FFFFFFFF"
@@ -20,18 +25,20 @@ ItemDownStyleFg = "#FFFFFFFF"
ItemDownStyleBg = "#000080FF"
ItemDisabledStyleFg = "#808080FF"
ItemDisabledStyleBg = "#C0C0C0FF"
HeaderStyleFg = "#FFFFFFFF"
HeaderStyleBg = "#00000000"
HeaderStyleFg = "#C0C0C0FF"
HeaderStyleBg = "#808080FF"
CollapsibleHeaderStyleFg = "#C0C0C0FF"
CollapsibleHeaderStyleBg = "#808080FF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#00000000"
InfoStyleBg = "#008080FF"
TooltipStyleFg = "#000000FF"
TooltipStyleBg = "#FFFFAAFF"
PopupStyleFg = "#000000FF"
PopupStyleBg = "#FFFFAAFF"
PopupStyleBg = "#FFFFFFFF"
PopupTitleStyleFg = "#FFFFFFFF"
PopupTitleStyleBg = "#000080FF"
CollapsibleHeaderStyleFg = "#000000FF"
CollapsibleHeaderStyleBg = "#C0C0C0FF"
TooltipStyleFg = "#FFFFFFFF"
TooltipStyleBg = "#000080D0"
BackgroundColor = "#008080FF"
ScrollbarColor = "#00000080"
UIAtlas = "../ui_atlas"
PopupSliderColor = "#000000FF"
PopupSliderFocusedColor = "#0000FFFF"