Move MatterControl source code into a subdirectory
This commit is contained in:
parent
2c6e34243a
commit
70af2d9ae8
2007 changed files with 13 additions and 8 deletions
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#EEEEEE",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": true,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#404040",
|
||||
"TabBarBackground": "#B1B1B1",
|
||||
"InactiveTabColor": "#D0D0D0",
|
||||
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
||||
"SplitterBackground": "#B5B5B5",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#CCCCCC",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#333333",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#FFFFFF"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#282828",
|
||||
"TextColor": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#C8C8C8",
|
||||
"BorderColor40": "#00000000",
|
||||
"BorderColor20": "#00000000",
|
||||
"PopupBorderColor": "#2D2D2D",
|
||||
"RowBorder": "#333",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#282828",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#839496"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#CCCCCC",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#BA5900",
|
||||
"TextColor": "#EEE"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#282828",
|
||||
"TextColor": "#EEE"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#FBFBFB",
|
||||
"SplashAccentColor": "#00000000",
|
||||
"BedBackgroundColor": "#3B3B3B",
|
||||
"PrimaryAccentColor": "#00000000",
|
||||
"SectionBackgroundColor": "#3B3B3B"
|
||||
}
|
||||
92
original/StaticData/Themes/System/Classic/Classic-Dark.json
Normal file
92
original/StaticData/Themes/System/Classic/Classic-Dark.json
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#FFFFFF",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": true,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#404040",
|
||||
"TabBarBackground": "#363636",
|
||||
"InactiveTabColor": "#4E4E4E",
|
||||
"InteractionLayerOverlayColor": "#404040F0",
|
||||
"SplitterBackground": "#383838",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#EC678832",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
}
|
||||
},
|
||||
"BedColor": "#999",
|
||||
"UnderBedColor": "#EEE5",
|
||||
"PrinterBedTextColor": "#222",
|
||||
"HotendLimitsBackgroundColor": "#00000050",
|
||||
"BedGridColors": {
|
||||
"Red": "#7F0000",
|
||||
"Green": "#267F00",
|
||||
"Blue": "#0026FF",
|
||||
"Line": "#666"
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#C8C8C8",
|
||||
"BorderColor40": "#2B2B2B",
|
||||
"BorderColor20": "#383838",
|
||||
"PopupBorderColor": "#222",
|
||||
"RowBorder": "#424242",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#8A8A8A",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#EEEEEE"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#282828",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#EEEEEE"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#404040",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#EEEEEE"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#404040",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#656565",
|
||||
"TextColor": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#575757",
|
||||
"SplashAccentColor": "#EC6788",
|
||||
"BedBackgroundColor": "#3B3B3B",
|
||||
"PrimaryAccentColor": "#EC6788",
|
||||
"SectionBackgroundColor": "#393939"
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"Name": "Classic Dark",
|
||||
"DefaultColorIndex": 0,
|
||||
"AccentColors": [
|
||||
"#EC6788",
|
||||
"#E168B9",
|
||||
"#FF8119",
|
||||
"#00A81B",
|
||||
"#1393FF",
|
||||
"#009FBA",
|
||||
"#5DB2FF",
|
||||
"#9F7CF0",
|
||||
"#F129FF",
|
||||
"#909090"
|
||||
],
|
||||
"ThemeID": "Classic-Dark",
|
||||
"MenuThemeID": "Classic-Dark-Menu"
|
||||
}
|
||||
92
original/StaticData/Themes/System/Classic/Classic-Light.json
Normal file
92
original/StaticData/Themes/System/Classic/Classic-Light.json
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#222222",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": false,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#C4C4C4",
|
||||
"TabBarBackground": "#A7A7A7",
|
||||
"InactiveTabColor": "#D1D1D1",
|
||||
"InteractionLayerOverlayColor": "#C4C4C4F0",
|
||||
"SplitterBackground": "#ABABAB",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#AC193D32",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
}
|
||||
},
|
||||
"BedColor": "#999",
|
||||
"UnderBedColor": "#DBD5C522",
|
||||
"PrinterBedTextColor": "#222",
|
||||
"HotendLimitsBackgroundColor": "#00000050",
|
||||
"BedGridColors": {
|
||||
"Red": "#7F0000",
|
||||
"Green": "#267F00",
|
||||
"Blue": "#0026FF",
|
||||
"Line": "#666"
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#333333",
|
||||
"BorderColor40": "#A3A3A3",
|
||||
"BorderColor20": "#B8B8B8",
|
||||
"PopupBorderColor": "#aaa",
|
||||
"RowBorder": "#A6A6A6",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#DBDBDB",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#AAAAAA",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#AAAAAA",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#C4C4C4",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#919191",
|
||||
"TextColor": "#222222"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#ACACAC",
|
||||
"SplashAccentColor": "#AC193D",
|
||||
"BedBackgroundColor": "#B4B4B4",
|
||||
"PrimaryAccentColor": "#AC193D",
|
||||
"SectionBackgroundColor": "#B9B9B9"
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"Name": "Classic Light",
|
||||
"DefaultColorIndex": 0,
|
||||
"AccentColors": [
|
||||
"#AC193D",
|
||||
"#CD2895",
|
||||
"#BA5400",
|
||||
"#008316",
|
||||
"#004B8B",
|
||||
"#007C91",
|
||||
"#0074DB",
|
||||
"#4617B4",
|
||||
"#8C0095",
|
||||
"#585858"
|
||||
],
|
||||
"ThemeID": "Classic-Light",
|
||||
"MenuThemeID": "White-Menu"
|
||||
}
|
||||
93
original/StaticData/Themes/System/Light/Light-White.json
Normal file
93
original/StaticData/Themes/System/Light/Light-White.json
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#333",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": false,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#fff",
|
||||
"TabBarBackground": "#F3F3F3",
|
||||
"InactiveTabColor": "#E6E6E6",
|
||||
"InteractionLayerOverlayColor": "#ffffffF0",
|
||||
"SplitterBackground": "#E1E1E1",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#fff",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#fff",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#fff",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ccc",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
}
|
||||
},
|
||||
"BedColor": "#f1f1f1",
|
||||
"UnderBedColor": "#bbb3",
|
||||
"PrinterBedTextColor": "#666",
|
||||
"HotendLimitsBackgroundColor": "#00000020",
|
||||
"BedGridColors": {
|
||||
"Red": "#7F0000",
|
||||
"Green": "#267F00",
|
||||
"Blue": "#0026FF",
|
||||
"Line": "#ccc"
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#555",
|
||||
"BorderColor40": "#555555",
|
||||
"BorderColor20": "#ccc",
|
||||
"PopupBorderColor": "#ccc",
|
||||
"RowBorder": "#ddd",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#bbb",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#ddd",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#ddd",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#fff",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ddd",
|
||||
"TextColor": "#222222"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#505050",
|
||||
"SplashAccentColor": "#EEEEEE",
|
||||
"BedBackgroundColor": "#e9e9e9",
|
||||
"PrimaryAccentColor": "#B58900",
|
||||
"SectionBackgroundColor": "#F5F5F5"
|
||||
}
|
||||
16
original/StaticData/Themes/System/Light/Light-White.themeset
Normal file
16
original/StaticData/Themes/System/Light/Light-White.themeset
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"Name": "Light White",
|
||||
"DefaultColorIndex": 5,
|
||||
"AccentColors": [
|
||||
"#B58900",
|
||||
"#CB4B16",
|
||||
"#DC322F",
|
||||
"#D33682",
|
||||
"#6C71C4",
|
||||
"#268BD2",
|
||||
"#2AA198",
|
||||
"#859900"
|
||||
],
|
||||
"ThemeID": "Light-White",
|
||||
"MenuThemeID": "Solarized-Light-Menu"
|
||||
}
|
||||
86
original/StaticData/Themes/System/Menus/White-Menu.json
Normal file
86
original/StaticData/Themes/System/Menus/White-Menu.json
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#222222",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": false,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#F1F1F1",
|
||||
"TabBarBackground": "#A7A7A7",
|
||||
"InactiveTabColor": "#D1D1D1",
|
||||
"InteractionLayerOverlayColor": "#C4C4C4F0",
|
||||
"SplitterBackground": "#ABABAB",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#AC193D32",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ccc",
|
||||
"TextColor": "#222222"
|
||||
}
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#333333",
|
||||
"BorderColor40": "#00000066",
|
||||
"BorderColor20": "#00000044",
|
||||
"PopupBorderColor": "#aaa",
|
||||
"RowBorder": "#ddd",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#bbb",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Menu": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ddd",
|
||||
"TextColor": "#333333"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#AAAAAA",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#AAAAAA",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#eee",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ddd",
|
||||
"TextColor": "#222222"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#D3D3D3",
|
||||
"SplashAccentColor": "#AC193D",
|
||||
"BedBackgroundColor": "#B4B4B4",
|
||||
"PrimaryAccentColor": "#AC193D",
|
||||
"SectionBackgroundColor": "#B9B9B9"
|
||||
}
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#EEEEEE",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": true,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#404040",
|
||||
"TabBarBackground": "#B1B1B1",
|
||||
"InactiveTabColor": "#D0D0D0",
|
||||
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
||||
"SplitterBackground": "#B5B5B5",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#CCCCCC",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#333333",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#FFFFFF"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#282828",
|
||||
"TextColor": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#C8C8C8",
|
||||
"BorderColor40": "#00000000",
|
||||
"BorderColor20": "#00000000",
|
||||
"PopupBorderColor": "#2D2D2D",
|
||||
"RowBorder": "#333",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#282828",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#839496"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#CCCCCC",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#BA5900",
|
||||
"TextColor": "#EEE"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#282828",
|
||||
"TextColor": "#EEE"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#FBFBFB",
|
||||
"SplashAccentColor": "#00000000",
|
||||
"BedBackgroundColor": "#3B3B3B",
|
||||
"PrimaryAccentColor": "#00000000",
|
||||
"SectionBackgroundColor": "#3B3B3B"
|
||||
}
|
||||
92
original/StaticData/Themes/System/Modern/Modern-Dark.json
Normal file
92
original/StaticData/Themes/System/Modern/Modern-Dark.json
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#BBBBBB",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": true,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#373737",
|
||||
"TabBarBackground": "#282828",
|
||||
"InactiveTabColor": "#404040",
|
||||
"InteractionLayerOverlayColor": "#373737F0",
|
||||
"SplitterBackground": "#2C2C2C",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#CCCCCC",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222",
|
||||
"LightTextColor": "#6e6e6e"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#333333",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#FFFFFF"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#282828",
|
||||
"TextColor": "#EEEEEE",
|
||||
"LightTextColor": "#494949"
|
||||
}
|
||||
},
|
||||
"BedColor": "#666",
|
||||
"UnderBedColor": "#EEE5",
|
||||
"PrinterBedTextColor": "#1a1a1a",
|
||||
"HotendLimitsBackgroundColor": "#00000050",
|
||||
"BedGridColors": {
|
||||
"Red": "#E10000",
|
||||
"Green": "#37BA00",
|
||||
"Blue": "#0026FF",
|
||||
"Line": "#444"
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#BBBBBB",
|
||||
"BorderColor40": "#333",
|
||||
"BorderColor20": "#444444",
|
||||
"PopupBorderColor": "#2a2a2a",
|
||||
"RowBorder": "#333333",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#282828",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#BBBBBB"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#00000000",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#333333",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#FFFFFF"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#303030",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#282828",
|
||||
"TextColor": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#505050",
|
||||
"SplashAccentColor": "#EEEEEE",
|
||||
"BedBackgroundColor": "#323232",
|
||||
"PrimaryAccentColor": "#B58900",
|
||||
"SectionBackgroundColor": "#404040"
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"Name": "Modern Dark",
|
||||
"DefaultColorIndex": 5,
|
||||
"AccentColors": [
|
||||
"#B58900",
|
||||
"#CB4B16",
|
||||
"#DC322F",
|
||||
"#D33682",
|
||||
"#6C71C4",
|
||||
"#268BD2",
|
||||
"#2AA198",
|
||||
"#859900"
|
||||
],
|
||||
"ThemeID": "Modern-Dark",
|
||||
"MenuThemeID": "Modern-Dark-Menu"
|
||||
}
|
||||
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#839496",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": true,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#002B36",
|
||||
"TabBarBackground": "#001A20",
|
||||
"InactiveTabColor": "#073642",
|
||||
"InteractionLayerOverlayColor": "#002B36F0",
|
||||
"SplitterBackground": "#073642",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#839496",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#073642",
|
||||
"LightTextColor": "#385c5c"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#586E75",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#073642",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#839496",
|
||||
"LightTextColor": "#36575e"
|
||||
}
|
||||
},
|
||||
"BedColor": "#666",
|
||||
"UnderBedColor": "#EEE5",
|
||||
"PrinterBedTextColor": "#1a1a1a",
|
||||
"HotendLimitsBackgroundColor": "#00000050",
|
||||
"BedGridColors": {
|
||||
"Red": "#E10000",
|
||||
"Green": "#37BA00",
|
||||
"Blue": "#0026FF",
|
||||
"Line": "#444"
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#839496",
|
||||
"BorderColor40": "#094453",
|
||||
"BorderColor20": "#073642",
|
||||
"PopupBorderColor": "#001F28",
|
||||
"RowBorder": "#00303D",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#282828",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#839496"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#839496",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#073642"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#586E75",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#073642",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#839496"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#24464F",
|
||||
"SplashAccentColor": "#EEEEEE",
|
||||
"BedBackgroundColor": "#002731",
|
||||
"PrimaryAccentColor": "#B58900",
|
||||
"SectionBackgroundColor": "#002630"
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"Name": "Solarized Dark",
|
||||
"DefaultColorIndex": 0,
|
||||
"AccentColors": [
|
||||
"#B58900",
|
||||
"#CB4B16",
|
||||
"#DC322F",
|
||||
"#D33682",
|
||||
"#6C71C4",
|
||||
"#268BD2",
|
||||
"#2AA198",
|
||||
"#859900"
|
||||
],
|
||||
"ThemeID": "Solarized-Dark",
|
||||
"MenuThemeID": "Modern-Dark"
|
||||
}
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#555555",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": false,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#F1F1F1",
|
||||
"TabBarBackground": "#B1B1B1",
|
||||
"InactiveTabColor": "#D0D0D0",
|
||||
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
||||
"SplitterBackground": "#B5B5B5",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#fff",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#8C846A",
|
||||
"TextColor": "#222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#f1f1f1",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#8D8464",
|
||||
"TextColor": "#657B83"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#eee",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83"
|
||||
}
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#666666",
|
||||
"BorderColor40": "#D3C492",
|
||||
"BorderColor20": "#F3EFE2",
|
||||
"PopupBorderColor": "#ccc",
|
||||
"RowBorder": "#dedede",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#ccc",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#bbb",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#f1f1f1",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#eee",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#DDDDDD",
|
||||
"SplashAccentColor": "#00000000",
|
||||
"BedBackgroundColor": "#ECECEC",
|
||||
"PrimaryAccentColor": "#B58900",
|
||||
"SectionBackgroundColor": "#e6e6e6"
|
||||
}
|
||||
|
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"TextColor": "#657B83",
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": false,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"BackgroundColor": "#FDF6E3",
|
||||
"TabBarBackground": "#E4DDCC",
|
||||
"InactiveTabColor": "#EEE8D5",
|
||||
"InteractionLayerOverlayColor": "#FDF6E3F0",
|
||||
"SplitterBackground": "#EEE8D5",
|
||||
"TabBodyBackground": "#00000000",
|
||||
"ToolbarButtonBackground": "#00000000",
|
||||
"ThumbnailBackground": "#00000000",
|
||||
"AccentMimimalOverlay": "#B5890050",
|
||||
"EditFieldColors": {
|
||||
"Focused": {
|
||||
"BackgroundColor": "#fff",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#8C846A",
|
||||
"TextColor": "#222",
|
||||
"LightTextColor": "#aaa"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#f1f1f1",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#8D8464",
|
||||
"TextColor": "#657B83"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#FDF6E3",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83",
|
||||
"LightTextColor": "#9aabb1"
|
||||
}
|
||||
},
|
||||
"BedColor": "#EFE8D7",
|
||||
"UnderBedColor": "#DBD5C522",
|
||||
"PrinterBedTextColor": "#777",
|
||||
"BedGridColors": {
|
||||
"Red": "#7F0000",
|
||||
"Green": "#267F00",
|
||||
"Blue": "#0026FF",
|
||||
"Line": "#B5B0A4"
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#657B83",
|
||||
"BorderColor40": "#D3C492",
|
||||
"BorderColor20": "#F3EFE2",
|
||||
"PopupBorderColor": "#D5CFBF",
|
||||
"RowBorder": "#DBD9CB",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#D8D4C4",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#657B83",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#EEE8D5"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#DDD6C1",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#FDF6E3",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#CEC7B1",
|
||||
"TextColor": "#657B83"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#DAD4C5",
|
||||
"SplashAccentColor": "#EEEEEE",
|
||||
"BedBackgroundColor": "#E9E2D1",
|
||||
"PrimaryAccentColor": "#B58900",
|
||||
"SectionBackgroundColor": "#F2EBDA"
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"Name": "Solarized Light",
|
||||
"DefaultColorIndex": 0,
|
||||
"AccentColors": [
|
||||
"#B58900",
|
||||
"#CB4B16",
|
||||
"#DC322F",
|
||||
"#D33682",
|
||||
"#6C71C4",
|
||||
"#268BD2",
|
||||
"#2AA198",
|
||||
"#859900"
|
||||
],
|
||||
"ThemeID": "Solarized-Light",
|
||||
"MenuThemeID": "Solarized-Light-Menu"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue