1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/plugins/builtin/romfs/themes/classic.json
2023-01-03 13:14:23 +01:00

145 lines
5.8 KiB
JSON

{
"name": "Classic",
"image_postfix": "_dark",
"colors": {
"imgui": {
"border": "#7F7F7F7F",
"border-shadow": "#00000000",
"button": "#59669B9E",
"button-active": "#7589CCFF",
"button-hovered": "#667AB5C9",
"check-mark": "#E5E5E57F",
"child-background": "#00000000",
"docking-empty-background": "#000000D8",
"docking-preview": "#6666E550",
"drag-drop-target": "#FFFF00E5",
"frame-background": "#6D6D6D63",
"frame-background-active": "#6B68A3AF",
"frame-background-hovered": "#7777AF66",
"header": "#6666E572",
"header-active": "#8787DDCC",
"header-hovered": "#7272E5CC",
"menu-bar-background": "#66668CCC",
"modal-window-dim-background": "#33333359",
"nav-highlight": "#7272E5CC",
"nav-windowing-background": "#CCCCCC33",
"nav-windowing-highlight": "#FFFFFFB2",
"plot-histogram": "#E5B200FF",
"plot-histogram-hovered": "#FF9900FF",
"plot-lines": "#FFFFFFFF",
"plot-lines-hovered": "#E5B200FF",
"popup-background": "#1C1C23EA",
"resize-grip": "#FFFFFF19",
"resize-grip-active": "#C6D1FFE5",
"resize-grip-hovered": "#C6D1FF99",
"scrollbar-background": "#333F4C99",
"scrollbar-grab": "#6666CC4C",
"scrollbar-grab-active": "#6863CC99",
"scrollbar-grab-hovered": "#6666CC66",
"separator": "#7F7F7F99",
"separator-active": "#B2B2E5FF",
"separator-hovered": "#9999B2FF",
"slider-grab": "#FFFFFF4C",
"slider-grab-active": "#6863CC99",
"tab": "#5555AEC8",
"tab-active": "#6767B9D6",
"tab-hovered": "#7272E5CC",
"tab-unfocused": "#484891D1",
"tab-unfocused-active": "#5959A6D5",
"table-border-light": "#424247FF",
"table-border-strong": "#4F4F72FF",
"table-header-background": "#444460FF",
"table-row-background": "#00000000",
"table-row-background-alt": "#FFFFFF11",
"text": "#E5E5E5FF",
"text-disabled": "#999999FF",
"text-selected-background": "#0000FF59",
"title-background": "#66668CCC",
"title-background-active": "#66668CCC",
"title-background-collapse": "#66668CCC",
"window-background": "#000000D8"
},
"implot": {
"axis-grid": "#E5E5E53F",
"axis-text": "#E5E5E5FF",
"crosshairs": "#7F7F7FBF",
"error-bar": "#E5E5E5FF",
"frame-bg": "#6D6D6D63",
"inlay-text": "#E5E5E5FF",
"legend-bg": "#1C1C23EA",
"legend-border": "#7F7F7F7F",
"legend-text": "#E5E5E5FF",
"plot-bg": "#00000059",
"plot-border": "#7F7F7F7F",
"selection": "#F7F763FF",
"title-text": "#E5E5E5FF"
},
"imnodes": {
"box-selector": "#5252A164",
"box-selector-outline": "#5252A1FF",
"grid-background": "#282832C8",
"grid-line": "#C8C8C828",
"grid-line-primary": "#F0F0F03C",
"link": "#FFFFFF64",
"link-hovered": "#6963CC99",
"link-selected": "#6963CC99",
"mini-map-background": "#19191964",
"mini-map-background-hovered": "#191919C8",
"mini-map-canvas": "#C8C8C819",
"mini-map-canvas-outline": "#C8C8C8C8",
"mini-map-link": "#FFFFFF64",
"mini-map-link-selected": "#6963CC99",
"mini-map-node-background": "#C8C8C864",
"mini-map-node-background-hovered": "#C8C8C8FF",
"mini-map-node-background-selected": "#C8C8F0FF",
"mini-map-node-outline": "#C8C8C864",
"mini-map-outline": "#96969664",
"mini-map-outline-hovered": "#969696C8",
"node-background": "#323232FF",
"node-background-hovered": "#4B4B4BFF",
"node-background-selected": "#4B4B4BFF",
"node-outline": "#646464FF",
"pin": "#59669CAA",
"pin-hovered": "#667AB3C8",
"title-bar": "#45458AFF",
"title-bar-hovered": "#5252A1FF",
"title-bar-selected": "#5252A1FF"
},
"imhex": {
"desc-button": "#282850FF",
"desc-button-active": "#505078FF",
"desc-button-hovered": "#3C3C64FF",
"highlight": "#4DC69BFF",
"toolbar-blue": "#06539BFF",
"toolbar-brown": "#DBB377FF",
"toolbar-gray": "#E6E6E6FF",
"toolbar-green": "#388B42FF",
"toolbar-purple": "#672A78FF",
"toolbar-red": "#E74C3CFF",
"toolbar-yellow": "#F1C40FFF"
},
"text-editor": {
"background": "#000080FF",
"breakpoint": "#0080FF80",
"char-literal": "#008080FF",
"comment": "#808080FF",
"current-line-edge": "#00000040",
"current-line-fill": "#00000040",
"current-line-fill-inactive": "#80808040",
"cursor": "#FF8000FF",
"default": "#FFFF00FF",
"error-marker": "#FF0000A0",
"identifier": "#FFFF00FF",
"keyword": "#00FFFFFF",
"known-identifier": "#FFFFFFFF",
"line-number": "#008080FF",
"multi-line-comment": "#404040FF",
"number": "#00FF00FF",
"preproc-identifier": "#FF00FFFF",
"preprocessor": "#008000FF",
"punctuation": "#FFFFFFFF",
"selection": "#00FFFF80",
"string": "#008080FF"
}
}
}