-
-
Notifications
You must be signed in to change notification settings - Fork 697
Expand file tree
/
Copy pathigtheme.json
More file actions
75 lines (72 loc) · 2.16 KB
/
igtheme.json
File metadata and controls
75 lines (72 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_Metadata": {
"Description": "ImageGlass theme configuration file",
"Version": "9.0"
},
"Info": {
"Name": "Kobe",
"Author": "Dương Diệu Pháp",
"Email": "phap@imageglass.org",
"Website": "https://imageglass.org",
"Description": "ImageGlass Kobe theme",
"Version": "9.0"
},
"Settings": {
"IsDarkMode": true,
"IsShowTitlebarLogo": true,
"NavButtonLeft": "ViewPreviousImage.svg",
"NavButtonRight": "ViewNextImage.svg",
"CompareSliderHandle": "CompareSlider.svg",
"PreviewImage": "preview.webp",
"AppLogo": "Logo.svg"
},
"Colors": {
"MenuBgHoverColor": "accent:50",
"ToolbarItemHoverColor": "accent:140",
"ToolbarItemActiveColor": "accent:80",
"ToolbarItemSelectedColor": "accent:100",
"GalleryItemHoverColor": "accent:140",
"GalleryItemActiveColor": "accent:80",
"GalleryItemSelectedColor": "accent:100",
"NavigationButtonColor": "accent:140"
},
"ToolbarIcons": {
"ActualSize": "ActualSize.svg",
"AutoZoom": "AutoZoom.svg",
"Checkerboard": "Checkerboard.svg",
"ColorPicker": "ColorPicker.svg",
"Compare": "Compare.svg",
"Crop": "Crop.svg",
"Delete": "Delete.svg",
"Edit": "Edit.svg",
"FlipHorz": "FlipHorz.svg",
"FlipVert": "FlipVert.svg",
"FullScreen": "FullScreen.svg",
"GoToImage": "GoToImage.svg",
"LockZoom": "LockZoom.svg",
"MainMenu": "MainMenu.svg",
"OpenFile": "OpenFile.svg",
"Print": "Print.svg",
"Refresh": "Refresh.svg",
"RotateLeft": "RotateLeft.svg",
"RotateRight": "RotateRight.svg",
"Save": "Save.svg",
"ScaleToFill": "ScaleToFill.svg",
"ScaleToFit": "ScaleToFit.svg",
"ScaleToHeight": "ScaleToHeight.svg",
"ScaleToWidth": "ScaleToWidth.svg",
"Slideshow": "Slideshow.svg",
"Gallery": "Gallery.svg",
"ViewFirstImage": "ViewFirstImage.svg",
"ViewLastImage": "ViewLastImage.svg",
"ViewNextImage": "ViewNextImage.svg",
"ViewPreviousImage": "ViewPreviousImage.svg",
"WindowFit": "WindowFit.svg",
"ZoomIn": "ZoomIn.svg",
"ZoomOut": "ZoomOut.svg",
"Play": "Play.svg",
"Pause": "Pause.svg",
"Export": "Export.svg",
"Exit": "Exit.svg"
}
}