Add 3 new themes

This commit is contained in:
Nab 2024-10-01 21:26:40 +02:00 committed by GitHub
parent 02f33a596e
commit 9cfb73a1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 81 additions and 0 deletions

28
assets/themes/1995.ini Normal file
View File

@ -0,0 +1,28 @@
########## 1995 by NABN00B ##########
# Inspired by Windows 95
# Colors Used:
# Desktop #008080FF
# Forms #C0C0C0FF
# Work area #FFFFFFFF
# Tooltip #FFFFAAFF
# Text #000000FF
# Disabled #808080FF
# Highlight #000080FF
[1995]
Name = "1995"
ItemStyleFg = "#000000FF"
ItemStyleBg = "#C0C0C0FF"
ItemFocusedStyleFg = "#FFFFFFFF"
ItemFocusedStyleBg = "#000080FF"
ItemDownStyleFg = "#FFFFFFFF"
ItemDownStyleBg = "#000080FF"
ItemDisabledStyleFg = "#808080FF"
ItemDisabledStyleBg = "#C0C0C0FF"
HeaderStyleFg = "#FFFFFFFF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#800080FF"
PopupStyleBg = "#FFFFAAFF"
BackgroundColor = "#008080FF"
UIAtlas = "../ui_atlas"

View File

@ -0,0 +1,26 @@
########## Slate Forest by Jacob Olesen ##########
# https://www.color-meanings.com/category/color-design/
# Colors Used:
# Prussian blue #122537FF
# Pickled bluewood #2D445955
# Cadet gray #9498A1FF
# Coffee #74563BFF
# Taupe #4E433BFF
[SlateForest]
Name = "Slate Forest"
ItemStyleFg = "#FFFFFFFF"
ItemStyleBg = "#2D445955"
ItemFocusedStyleFg = "#FFFFFFFF"
ItemFocusedStyleBg = "#74563BFF"
ItemDownStyleFg = "#FFFFFFFF"
ItemDownStyleBg = "#4E433BFF"
ItemDisabledStyleFg = "#EEEEEE80"
ItemDisabledStyleBg = "#00000055"
HeaderStyleFg = "#FFFFFFFF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#00000000"
PopupStyleBg = "#9498A1FF"
BackgroundColor = "#122537FF"
UIAtlas = "../ui_atlas"

View File

@ -0,0 +1,27 @@
########## Vinewood by NABN00B ##########
# Inspired by Grand Theft Auto: San Andreas - The Definitive Edition artworks
# Colors Used:
# Sky #C3D7A4FF
# Silhouettes #94B185FF
# Ground #62865AFF
# Highlight #656B5EFF
# Gold brown 1 #B2A170FF
# Gold brown 2 #B49566FF
[Vinewood]
Name = "Vinewood"
ItemStyleFg = "#C3D7A4FF"
ItemStyleBg = "#000000C0"
ItemFocusedStyleFg = "#FFFFFFFF"
ItemFocusedStyleBg = "#656B5EFF"
ItemDownStyleFg = "#000000FF"
ItemDownStyleBg = "#FFFFFFFF"
ItemDisabledStyleFg = "#FFFFFFC0"
ItemDisabledStyleBg = "#000000FF"
HeaderStyleFg = "#FFFFFFFF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#00000000"
PopupStyleBg = "#94B185FF"
BackgroundColor = "#62865AFF"
UIAtlas = "../ui_atlas"