CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/assets/themes/defaultthemes.ini
Views: 1401
1
[Default]
2
Name = "Default"
3
ItemStyleFg = "#FFFFFFFF"
4
ItemStyleBg = "#00000055"
5
ItemFocusedStyleFg = "#FFFFFFFF"
6
ItemFocusedStyleBg = "#4CC2EDFF"
7
ItemDownStyleFg = "#FFFFFFFF"
8
ItemDownStyleBg = "#3999BDFF"
9
ItemDisabledStyleFg = "#EEEEEE80"
10
ItemDisabledStyleBg = "#00000055"
11
HeaderStyleFg = "#FFFFFFFF"
12
InfoStyleFg = "#FFFFFFFF"
13
InfoStyleBg = "#00000000"
14
PopupStyleBg = "#1f4d5eFF"
15
BackgroundColor = "#244D75FF"
16
UIAtlas = "../ui_atlas"
17
18
# Colors are either in the format "#RGBA" or 0xABGR (e.g. green is "#00FF00FF" or 0xFF00FF00)
19
# Atlas should be in the format path/to/filename where both filename.zim and filename.meta are
20
# Unprovided entry will use the default value
21
22
[Dark]
23
Name = "Dark"
24
ItemStyleFg = "#FFFFFFFF"
25
ItemStyleBg = "#13405255"
26
ItemFocusedStyleFg = "#FFFFFFFF"
27
ItemFocusedStyleBg = "#3799bdFF"
28
ItemDownStyleFg = "#FFFFFFFF"
29
ItemDownStyleBg = "#2b7b99FF"
30
ItemDisabledStyleFg = "#EEEEEE80"
31
ItemDisabledStyleBg = "#1b1c1c55"
32
HeaderStyleFg = "#FFFFFFFF"
33
InfoStyleFg = "#FFFFFFFF"
34
InfoStyleBg = "#00000000"
35
PopupStyleBg = "#0c1d24FF"
36
BackgroundColor = "#000000FF"
37
UIAtlas = "../ui_atlas"
38
39