themes: Add Catppuccin themes (#132)

* docs(README): add catppuccin theme

* themes: add catppuccin flavors

* chore: rename catppuccin files

* docs(README): update catppuccin file names
This commit is contained in:
Doriel Rivalet
2023-06-19 11:11:16 -03:00
committed by WerWolv
parent 13b97fc976
commit 463ddcc62e
5 changed files with 1252 additions and 0 deletions

View File

@@ -186,3 +186,7 @@ Everything will immediately show up in ImHex's Content Store and gets bundled wi
|------|------|-------------|
| Visual Studio Dark | [`themes/vs_dark.json`](themes/vs_dark.json) | Theme similar to Visual Studio's Dark theme |
| Solarized Dark | [`themes/solarized_dark.json`](themes/solarized_dark.json) | Solarized Dark Theme |
| Catppuccin Latte | [`themes/catppuccin-latte.json`](themes/catppuccin-latte.json) | Catppuccin Latte Flavor (Light Theme) |
| Catppuccin Frappe | [`themes/catppuccin-frappe.json`](themes/catppuccin-frappe.json) | Catppuccin Frappe Flavor (Dark Theme) |
| Catppuccin Macchiato | [`themes/catppuccin-macchiato.json`](themes/catppuccin-macchiato.json) | Catppuccin Macchiato Flavor (Dark Theme) |
| Catppuccin Mocha | [`themes/catppuccin-mocha.json`](themes/catppuccin-mocha.json) | Catppuccin Mocha Flavor (Dark Theme) |

View File

@@ -0,0 +1,312 @@
{
"base": "Dark",
"colors": {
"imgui": {
"border": "#A5ADCEFF",
"border-shadow": "#B5BFE2FF",
"button": "#8CAAEE7F",
"button-active": "#BABBF1FF",
"button-hovered": "#99D1DB7F",
"check-mark": "#8CAAEEFF",
"child-background": "#292C3CFF",
"docking-empty-background": "#303446FF",
"docking-preview": "#99D1DBFF",
"drag-drop-target": "#85C1DCFF",
"frame-background": "#303446FF",
"frame-background-active": "#BABBF1FF",
"frame-background-hovered": "#99D1DB7F",
"header": "#85C1DC7F",
"header-active": "#BABBF17F",
"header-hovered": "#99D1DB7F",
"menu-bar-background": "#303446FF",
"modal-window-dim-background": "#B5BFE27F",
"nav-highlight": "#BABBF1FF",
"nav-windowing-background": "#C6D0F5FF",
"nav-windowing-highlight": "#737994FF",
"plot-histogram": "#E5C890FF",
"plot-histogram-hovered": "#EF9F767F",
"plot-lines": "#A5ADCEFF",
"plot-lines-hovered": "#F4B8E47F",
"popup-background": "#303446FF",
"resize-grip": "#838BA7FF",
"resize-grip-active": "#BABBF1FF",
"resize-grip-hovered": "#99D1DB7F",
"scrollbar-background": "#303446FF",
"scrollbar-grab": "#838BA7FF",
"scrollbar-grab-active": "#BABBF1FF",
"scrollbar-grab-hovered": "#99D1DB7F",
"separator": "#838BA7FF",
"separator-active": "#BABBF1FF",
"separator-hovered": "#99D1DB7F",
"slider-grab": "#737994FF",
"slider-grab-active": "#BABBF1FF",
"tab": "#737994FF",
"tab-active": "#BABBF17F",
"tab-hovered": "#99D1DB7F",
"tab-unfocused": "#838BA77F",
"tab-unfocused-active": "#7379947F",
"table-border-light": "#838BA7FF",
"table-border-strong": "#949CBBFF",
"table-header-background": "#737994FF",
"table-row-background": "#292C3CFF",
"table-row-background-alt": "#232634FF",
"text": "#C6D0F5FF",
"text-disabled": "#838BA7FF",
"text-selected-background": "#6268807F",
"title-background": "#292C3CFF",
"title-background-active": "#292C3CFF",
"title-background-collapse": "#292C3CFF",
"window-background": "#303446FF"
},
"imhex": {
"desc-button": "#51576DFF",
"desc-button-active": "#BABBF1FF",
"desc-button-hovered": "#99D1DB7F",
"highlight": "#A6D189FF",
"toolbar-blue": "#8CAAEEFF",
"toolbar-brown": "#F2D5CFFF",
"toolbar-gray": "#838BA7FF",
"toolbar-green": "#A6D189FF",
"toolbar-purple": "#CA9EE6FF",
"toolbar-red": "#E78284FF",
"toolbar-yellow": "#E5C890FF"
},
"imnodes": {
"box-selector": "#8CAAEEFF",
"box-selector-outline": "#8CAAEE7F",
"grid-background": "#292C3CFF",
"grid-line": "#949CBBFF",
"grid-line-primary": "#838BA7FF",
"link": "#8CAAEEFF",
"link-hovered": "#99D1DBFF",
"link-selected": "#BABBF1FF",
"mini-map-background": "#C6D0F57F",
"mini-map-background-hovered": "#B5BFE27F",
"mini-map-canvas": "#51576D7F",
"mini-map-canvas-outline": "#4145597F",
"mini-map-link": "#8CAAEEFF",
"mini-map-link-selected": "#BABBF1FF",
"mini-map-node-background": "#6268807F",
"mini-map-node-background-hovered": "#4145597F",
"mini-map-node-background-selected": "#BABBF1FF",
"mini-map-node-outline": "#838BA7FF",
"mini-map-outline": "#838BA77F",
"mini-map-outline-hovered": "#B5BFE27F",
"node-background": "#737994FF",
"node-background-hovered": "#99D1DB7F",
"node-background-selected": "#BABBF1FF",
"node-outline": "#737994FF",
"pin": "#8CAAEE7F",
"pin-hovered": "#99D1DB7F",
"title-bar": "#414559FF",
"title-bar-hovered": "#99D1DB7F",
"title-bar-selected": "#BABBF1FF"
},
"implot": {
"axis-bg": "#C6D0F521",
"axis-bg-active": "#B5BFE27F",
"axis-bg-hovered": "#A5ADCE7F",
"axis-grid": "#303446FF",
"axis-text": "#00000000",
"axis-tick": "#B5BFE27F",
"crosshairs": "#C6D0F57F",
"error-bar": "#00000000",
"fill": "#00000000",
"frame-bg": "#303446FF",
"inlay-text": "#C6D0F5FF",
"legend-bg": "#737994FF",
"legend-border": "#838BA7FF",
"legend-text": "#C6D0F5FF",
"line": "#00000000",
"marker-fill": "#00000000",
"marker-outline": "#00000000",
"plot-bg": "#8CAAEE21",
"plot-border": "#00000000",
"selection": "#6268807F",
"title-text": "#C6D0F5FF"
},
"text-editor": {
"background": "#303446FF",
"breakpoint": "#E78284FF",
"char-literal": "#A6D189FF",
"comment": "#737994FF",
"current-line-edge": "#838BA77F",
"current-line-fill": "#838BA77F",
"current-line-fill-inactive": "#7379947F",
"cursor": "#F2D5CFFF",
"default": "#838BA7FF",
"error-marker": "#E782847F",
"identifier": "#949CBBFF",
"keyword": "#CA9EE6FF",
"known-identifier": "#E78284FF",
"line-number": "#838BA7FF",
"multi-line-comment": "#737994FF",
"number": "#EF9F76FF",
"preproc-identifier": "#BABBF1FF",
"preprocessor": "#A5ADCEFF",
"punctuation": "#C6D0F5FF",
"selection": "#6268807F",
"string": "#A6D189FF"
}
},
"image_postfix": "_dark",
"name": "Catppuccin Frappe",
"styles": {
"imgui": {
"alpha": 1.0,
"button-text-align": [
0.5,
0.5
],
"cell-padding": [
4.0,
2.0
],
"child-border-size": 1.0,
"child-rounding": 0.0,
"disabled-alpha": 0.6000000238418579,
"frame-border-size": 0.0,
"frame-padding": [
4.0,
3.0
],
"frame-rounding": 0.0,
"grab-min-size": 12.0,
"grab-rounding": 0.0,
"indent-spacing": 10.0,
"item-inner-spacing": [
4.0,
4.0
],
"item-spacing": [
8.0,
4.0
],
"popup-border-size": 1.0,
"popup-rounding": 0.0,
"scrollbar-rounding": 9.0,
"scrollbar-size": 14.0,
"selectable-text-align": [
0.0,
0.0
],
"tab-rounding": 4.0,
"window-border-size": 1.0,
"window-min-size": [
32.0,
32.0
],
"window-padding": [
8.0,
8.0
],
"window-rounding": 0.0,
"window-title-align": [
0.0,
0.5
]
},
"imnodes": {
"grid-spacing": 24.0,
"link-hover-distance": 10.0,
"link-line-segments-per-length": 0.10000000149011612,
"link-thickness": 3.0,
"mini-map-offset": [
4.0,
4.0
],
"mini-map-padding": [
8.0,
8.0
],
"node-border-thickness": 1.0,
"node-corner-rounding": 4.0,
"node-padding": [
8.0,
8.0
],
"pin-circle-radius": 4.0,
"pin-hover-radius": 10.0,
"pin-line-thickness": 1.0,
"pin-offset": 0.0,
"pin-quad-side-length": 7.0,
"pin-triangle-side-length": 9.5
},
"implot": {
"annotation-padding": [
2.0,
2.0
],
"digital-bit-gap": 4.0,
"digital-bit-height": 8.0,
"error-bar-size": 5.0,
"error-bar-weight": 1.5,
"fill-alpha": 1.0,
"fit-padding": [
0.0,
0.0
],
"label-padding": [
5.0,
5.0
],
"legend-inner-padding": [
5.0,
5.0
],
"legend-padding": [
10.0,
10.0
],
"legend-spacing": [
5.0,
0.0
],
"line-weight": 1.0,
"major-grid-size": [
1.0,
1.0
],
"major-tick-len": [
10.0,
10.0
],
"major-tick-size": [
1.0,
1.0
],
"marker-size": 4.0,
"marker-weight": 1.0,
"minor-alpha": 0.25,
"minor-grid-size": [
1.0,
1.0
],
"minor-tick-len": [
5.0,
5.0
],
"minor-tick-size": [
1.0,
1.0
],
"mouse-pos-padding": [
10.0,
10.0
],
"plot-border-size": 1.0,
"plot-default-size": [
400.0,
300.0
],
"plot-min-size": [
200.0,
150.0
],
"plot-padding": [
10.0,
10.0
]
}
}
}

View File

@@ -0,0 +1,312 @@
{
"base": "Light",
"colors": {
"imgui": {
"border": "#6C6F85FF",
"border-shadow": "#5C5F77FF",
"button": "#1E66F57F",
"button-active": "#7287FDFF",
"button-hovered": "#04A5E57F",
"check-mark": "#1E66F5FF",
"child-background": "#E6E9EFFF",
"docking-empty-background": "#EFF1F5FF",
"docking-preview": "#04A5E5FF",
"drag-drop-target": "#209FB5FF",
"frame-background": "#EFF1F5FF",
"frame-background-active": "#7287FDFF",
"frame-background-hovered": "#04A5E57F",
"header": "#209FB57F",
"header-active": "#7287FD7F",
"header-hovered": "#04A5E57F",
"menu-bar-background": "#EFF1F5FF",
"modal-window-dim-background": "#5C5F777F",
"nav-highlight": "#7287FDFF",
"nav-windowing-background": "#4C4F69FF",
"nav-windowing-highlight": "#9CA0B0FF",
"plot-histogram": "#DF8E1DFF",
"plot-histogram-hovered": "#FE640B7F",
"plot-lines": "#6C6F85FF",
"plot-lines-hovered": "#EA76CB7F",
"popup-background": "#EFF1F5FF",
"resize-grip": "#8C8FA1FF",
"resize-grip-active": "#7287FDFF",
"resize-grip-hovered": "#04A5E57F",
"scrollbar-background": "#EFF1F5FF",
"scrollbar-grab": "#8C8FA1FF",
"scrollbar-grab-active": "#7287FDFF",
"scrollbar-grab-hovered": "#04A5E57F",
"separator": "#8C8FA1FF",
"separator-active": "#7287FDFF",
"separator-hovered": "#04A5E57F",
"slider-grab": "#9CA0B0FF",
"slider-grab-active": "#7287FDFF",
"tab": "#9CA0B0FF",
"tab-active": "#7287FD7F",
"tab-hovered": "#04A5E57F",
"tab-unfocused": "#8C8FA17F",
"tab-unfocused-active": "#9CA0B07F",
"table-border-light": "#8C8FA1FF",
"table-border-strong": "#7C7F93FF",
"table-header-background": "#9CA0B0FF",
"table-row-background": "#E6E9EFFF",
"table-row-background-alt": "#DCE0E8FF",
"text": "#4C4F69FF",
"text-disabled": "#8C8FA1FF",
"text-selected-background": "#ACB0BE7F",
"title-background": "#E6E9EFFF",
"title-background-active": "#E6E9EFFF",
"title-background-collapse": "#E6E9EFFF",
"window-background": "#EFF1F5FF"
},
"imhex": {
"desc-button": "#BCC0CCFF",
"desc-button-active": "#7287FDFF",
"desc-button-hovered": "#04A5E57F",
"highlight": "#40A02BFF",
"toolbar-blue": "#1E66F5FF",
"toolbar-brown": "#DC8A78FF",
"toolbar-gray": "#8C8FA1FF",
"toolbar-green": "#40A02BFF",
"toolbar-purple": "#8839EFFF",
"toolbar-red": "#D20F39FF",
"toolbar-yellow": "#DF8E1DFF"
},
"imnodes": {
"box-selector": "#1E66F5FF",
"box-selector-outline": "#1E66F57F",
"grid-background": "#E6E9EFFF",
"grid-line": "#7C7F93FF",
"grid-line-primary": "#8C8FA1FF",
"link": "#1E66F5FF",
"link-hovered": "#04A5E5FF",
"link-selected": "#7287FDFF",
"mini-map-background": "#4C4F697F",
"mini-map-background-hovered": "#5C5F777F",
"mini-map-canvas": "#BCC0CC7F",
"mini-map-canvas-outline": "#CCD0DA7F",
"mini-map-link": "#1E66F5FF",
"mini-map-link-selected": "#7287FDFF",
"mini-map-node-background": "#ACB0BE7F",
"mini-map-node-background-hovered": "#CCD0DA7F",
"mini-map-node-background-selected": "#7287FDFF",
"mini-map-node-outline": "#8C8FA1FF",
"mini-map-outline": "#8C8FA17F",
"mini-map-outline-hovered": "#5C5F777F",
"node-background": "#9CA0B0FF",
"node-background-hovered": "#04A5E57F",
"node-background-selected": "#7287FDFF",
"node-outline": "#9CA0B0FF",
"pin": "#1E66F57F",
"pin-hovered": "#04A5E57F",
"title-bar": "#CCD0DAFF",
"title-bar-hovered": "#04A5E57F",
"title-bar-selected": "#7287FDFF"
},
"implot": {
"axis-bg": "#4C4F6921",
"axis-bg-active": "#5C5F777F",
"axis-bg-hovered": "#6C6F857F",
"axis-grid": "#EFF1F5FF",
"axis-text": "#00000000",
"axis-tick": "#5C5F777F",
"crosshairs": "#4C4F697F",
"error-bar": "#00000000",
"fill": "#00000000",
"frame-bg": "#EFF1F5FF",
"inlay-text": "#4C4F69FF",
"legend-bg": "#9CA0B0FF",
"legend-border": "#8C8FA1FF",
"legend-text": "#4C4F69FF",
"line": "#00000000",
"marker-fill": "#00000000",
"marker-outline": "#00000000",
"plot-bg": "#1E66F521",
"plot-border": "#00000000",
"selection": "#ACB0BE7F",
"title-text": "#4C4F69FF"
},
"text-editor": {
"background": "#EFF1F5FF",
"breakpoint": "#D20F39FF",
"char-literal": "#40A02BFF",
"comment": "#9CA0B0FF",
"current-line-edge": "#8C8FA17F",
"current-line-fill": "#8C8FA17F",
"current-line-fill-inactive": "#9CA0B07F",
"cursor": "#DC8A78FF",
"default": "#8C8FA1FF",
"error-marker": "#D20F397F",
"identifier": "#7C7F93FF",
"keyword": "#8839EFFF",
"known-identifier": "#D20F39FF",
"line-number": "#8C8FA1FF",
"multi-line-comment": "#9CA0B0FF",
"number": "#FE640BFF",
"preproc-identifier": "#7287FDFF",
"preprocessor": "#6C6F85FF",
"punctuation": "#4C4F69FF",
"selection": "#ACB0BE7F",
"string": "#40A02BFF"
}
},
"image_postfix": "_light",
"name": "Catppuccin Latte",
"styles": {
"imgui": {
"alpha": 1.0,
"button-text-align": [
0.5,
0.5
],
"cell-padding": [
4.0,
2.0
],
"child-border-size": 1.0,
"child-rounding": 0.0,
"disabled-alpha": 0.6000000238418579,
"frame-border-size": 0.0,
"frame-padding": [
4.0,
3.0
],
"frame-rounding": 0.0,
"grab-min-size": 12.0,
"grab-rounding": 0.0,
"indent-spacing": 10.0,
"item-inner-spacing": [
4.0,
4.0
],
"item-spacing": [
8.0,
4.0
],
"popup-border-size": 1.0,
"popup-rounding": 0.0,
"scrollbar-rounding": 9.0,
"scrollbar-size": 14.0,
"selectable-text-align": [
0.0,
0.0
],
"tab-rounding": 4.0,
"window-border-size": 1.0,
"window-min-size": [
32.0,
32.0
],
"window-padding": [
8.0,
8.0
],
"window-rounding": 0.0,
"window-title-align": [
0.0,
0.5
]
},
"imnodes": {
"grid-spacing": 24.0,
"link-hover-distance": 10.0,
"link-line-segments-per-length": 0.10000000149011612,
"link-thickness": 3.0,
"mini-map-offset": [
4.0,
4.0
],
"mini-map-padding": [
8.0,
8.0
],
"node-border-thickness": 1.0,
"node-corner-rounding": 4.0,
"node-padding": [
8.0,
8.0
],
"pin-circle-radius": 4.0,
"pin-hover-radius": 10.0,
"pin-line-thickness": 1.0,
"pin-offset": 0.0,
"pin-quad-side-length": 7.0,
"pin-triangle-side-length": 9.5
},
"implot": {
"annotation-padding": [
2.0,
2.0
],
"digital-bit-gap": 4.0,
"digital-bit-height": 8.0,
"error-bar-size": 5.0,
"error-bar-weight": 1.5,
"fill-alpha": 1.0,
"fit-padding": [
0.0,
0.0
],
"label-padding": [
5.0,
5.0
],
"legend-inner-padding": [
5.0,
5.0
],
"legend-padding": [
10.0,
10.0
],
"legend-spacing": [
5.0,
0.0
],
"line-weight": 1.0,
"major-grid-size": [
1.0,
1.0
],
"major-tick-len": [
10.0,
10.0
],
"major-tick-size": [
1.0,
1.0
],
"marker-size": 4.0,
"marker-weight": 1.0,
"minor-alpha": 0.25,
"minor-grid-size": [
1.0,
1.0
],
"minor-tick-len": [
5.0,
5.0
],
"minor-tick-size": [
1.0,
1.0
],
"mouse-pos-padding": [
10.0,
10.0
],
"plot-border-size": 1.0,
"plot-default-size": [
400.0,
300.0
],
"plot-min-size": [
200.0,
150.0
],
"plot-padding": [
10.0,
10.0
]
}
}
}

View File

@@ -0,0 +1,312 @@
{
"base": "Dark",
"colors": {
"imgui": {
"border": "#A5ADCBFF",
"border-shadow": "#B8C0E0FF",
"button": "#8AADF47F",
"button-active": "#B7BDF8FF",
"button-hovered": "#91D7E37F",
"check-mark": "#8AADF4FF",
"child-background": "#1E2030FF",
"docking-empty-background": "#24273AFF",
"docking-preview": "#91D7E3FF",
"drag-drop-target": "#7DC4E4FF",
"frame-background": "#24273AFF",
"frame-background-active": "#B7BDF8FF",
"frame-background-hovered": "#91D7E37F",
"header": "#7DC4E47F",
"header-active": "#B7BDF87F",
"header-hovered": "#91D7E37F",
"menu-bar-background": "#24273AFF",
"modal-window-dim-background": "#B8C0E07F",
"nav-highlight": "#B7BDF8FF",
"nav-windowing-background": "#CAD3F5FF",
"nav-windowing-highlight": "#6E738DFF",
"plot-histogram": "#EED49FFF",
"plot-histogram-hovered": "#F5A97F7F",
"plot-lines": "#A5ADCBFF",
"plot-lines-hovered": "#F5BDE67F",
"popup-background": "#24273AFF",
"resize-grip": "#8087A2FF",
"resize-grip-active": "#B7BDF8FF",
"resize-grip-hovered": "#91D7E37F",
"scrollbar-background": "#24273AFF",
"scrollbar-grab": "#8087A2FF",
"scrollbar-grab-active": "#B7BDF8FF",
"scrollbar-grab-hovered": "#91D7E37F",
"separator": "#8087A2FF",
"separator-active": "#B7BDF8FF",
"separator-hovered": "#91D7E37F",
"slider-grab": "#6E738DFF",
"slider-grab-active": "#B7BDF8FF",
"tab": "#6E738DFF",
"tab-active": "#B7BDF87F",
"tab-hovered": "#91D7E37F",
"tab-unfocused": "#8087A27F",
"tab-unfocused-active": "#6E738D7F",
"table-border-light": "#8087A2FF",
"table-border-strong": "#939AB7FF",
"table-header-background": "#6E738DFF",
"table-row-background": "#1E2030FF",
"table-row-background-alt": "#181926FF",
"text": "#CAD3F5FF",
"text-disabled": "#8087A2FF",
"text-selected-background": "#5B60787F",
"title-background": "#1E2030FF",
"title-background-active": "#1E2030FF",
"title-background-collapse": "#1E2030FF",
"window-background": "#24273AFF"
},
"imhex": {
"desc-button": "#494D64FF",
"desc-button-active": "#B7BDF8FF",
"desc-button-hovered": "#91D7E37F",
"highlight": "#A6DA95FF",
"toolbar-blue": "#8AADF4FF",
"toolbar-brown": "#F4DBD6FF",
"toolbar-gray": "#8087A2FF",
"toolbar-green": "#A6DA95FF",
"toolbar-purple": "#C6A0F6FF",
"toolbar-red": "#ED8796FF",
"toolbar-yellow": "#EED49FFF"
},
"imnodes": {
"box-selector": "#8AADF4FF",
"box-selector-outline": "#8AADF47F",
"grid-background": "#1E2030FF",
"grid-line": "#939AB7FF",
"grid-line-primary": "#8087A2FF",
"link": "#8AADF4FF",
"link-hovered": "#91D7E3FF",
"link-selected": "#B7BDF8FF",
"mini-map-background": "#CAD3F57F",
"mini-map-background-hovered": "#B8C0E07F",
"mini-map-canvas": "#494D647F",
"mini-map-canvas-outline": "#363A4F7F",
"mini-map-link": "#8AADF4FF",
"mini-map-link-selected": "#B7BDF8FF",
"mini-map-node-background": "#5B60787F",
"mini-map-node-background-hovered": "#363A4F7F",
"mini-map-node-background-selected": "#B7BDF8FF",
"mini-map-node-outline": "#8087A2FF",
"mini-map-outline": "#8087A27F",
"mini-map-outline-hovered": "#B8C0E07F",
"node-background": "#6E738DFF",
"node-background-hovered": "#91D7E37F",
"node-background-selected": "#B7BDF8FF",
"node-outline": "#6E738DFF",
"pin": "#8AADF47F",
"pin-hovered": "#91D7E37F",
"title-bar": "#363A4FFF",
"title-bar-hovered": "#91D7E37F",
"title-bar-selected": "#B7BDF8FF"
},
"implot": {
"axis-bg": "#CAD3F521",
"axis-bg-active": "#B8C0E07F",
"axis-bg-hovered": "#A5ADCB7F",
"axis-grid": "#24273AFF",
"axis-text": "#00000000",
"axis-tick": "#B8C0E07F",
"crosshairs": "#CAD3F57F",
"error-bar": "#00000000",
"fill": "#00000000",
"frame-bg": "#24273AFF",
"inlay-text": "#CAD3F5FF",
"legend-bg": "#6E738DFF",
"legend-border": "#8087A2FF",
"legend-text": "#CAD3F5FF",
"line": "#00000000",
"marker-fill": "#00000000",
"marker-outline": "#00000000",
"plot-bg": "#8AADF421",
"plot-border": "#00000000",
"selection": "#5B60787F",
"title-text": "#CAD3F5FF"
},
"text-editor": {
"background": "#24273AFF",
"breakpoint": "#ED8796FF",
"char-literal": "#A6DA95FF",
"comment": "#6E738DFF",
"current-line-edge": "#8087A27F",
"current-line-fill": "#8087A27F",
"current-line-fill-inactive": "#6E738D7F",
"cursor": "#F4DBD6FF",
"default": "#8087A2FF",
"error-marker": "#ED87967F",
"identifier": "#939AB7FF",
"keyword": "#C6A0F6FF",
"known-identifier": "#ED8796FF",
"line-number": "#8087A2FF",
"multi-line-comment": "#6E738DFF",
"number": "#F5A97FFF",
"preproc-identifier": "#B7BDF8FF",
"preprocessor": "#A5ADCBFF",
"punctuation": "#CAD3F5FF",
"selection": "#5B60787F",
"string": "#A6DA95FF"
}
},
"image_postfix": "_dark",
"name": "Catppuccin Macchiato",
"styles": {
"imgui": {
"alpha": 1.0,
"button-text-align": [
0.5,
0.5
],
"cell-padding": [
4.0,
2.0
],
"child-border-size": 1.0,
"child-rounding": 0.0,
"disabled-alpha": 0.6000000238418579,
"frame-border-size": 0.0,
"frame-padding": [
4.0,
3.0
],
"frame-rounding": 0.0,
"grab-min-size": 12.0,
"grab-rounding": 0.0,
"indent-spacing": 10.0,
"item-inner-spacing": [
4.0,
4.0
],
"item-spacing": [
8.0,
4.0
],
"popup-border-size": 1.0,
"popup-rounding": 0.0,
"scrollbar-rounding": 9.0,
"scrollbar-size": 14.0,
"selectable-text-align": [
0.0,
0.0
],
"tab-rounding": 4.0,
"window-border-size": 1.0,
"window-min-size": [
32.0,
32.0
],
"window-padding": [
8.0,
8.0
],
"window-rounding": 0.0,
"window-title-align": [
0.0,
0.5
]
},
"imnodes": {
"grid-spacing": 24.0,
"link-hover-distance": 10.0,
"link-line-segments-per-length": 0.10000000149011612,
"link-thickness": 3.0,
"mini-map-offset": [
4.0,
4.0
],
"mini-map-padding": [
8.0,
8.0
],
"node-border-thickness": 1.0,
"node-corner-rounding": 4.0,
"node-padding": [
8.0,
8.0
],
"pin-circle-radius": 4.0,
"pin-hover-radius": 10.0,
"pin-line-thickness": 1.0,
"pin-offset": 0.0,
"pin-quad-side-length": 7.0,
"pin-triangle-side-length": 9.5
},
"implot": {
"annotation-padding": [
2.0,
2.0
],
"digital-bit-gap": 4.0,
"digital-bit-height": 8.0,
"error-bar-size": 5.0,
"error-bar-weight": 1.5,
"fill-alpha": 1.0,
"fit-padding": [
0.0,
0.0
],
"label-padding": [
5.0,
5.0
],
"legend-inner-padding": [
5.0,
5.0
],
"legend-padding": [
10.0,
10.0
],
"legend-spacing": [
5.0,
0.0
],
"line-weight": 1.0,
"major-grid-size": [
1.0,
1.0
],
"major-tick-len": [
10.0,
10.0
],
"major-tick-size": [
1.0,
1.0
],
"marker-size": 4.0,
"marker-weight": 1.0,
"minor-alpha": 0.25,
"minor-grid-size": [
1.0,
1.0
],
"minor-tick-len": [
5.0,
5.0
],
"minor-tick-size": [
1.0,
1.0
],
"mouse-pos-padding": [
10.0,
10.0
],
"plot-border-size": 1.0,
"plot-default-size": [
400.0,
300.0
],
"plot-min-size": [
200.0,
150.0
],
"plot-padding": [
10.0,
10.0
]
}
}
}

View File

@@ -0,0 +1,312 @@
{
"base": "Dark",
"colors": {
"imgui": {
"border": "#A6ADC8FF",
"border-shadow": "#BAC2DEFF",
"button": "#89B4FA7F",
"button-active": "#B4BEFEFF",
"button-hovered": "#89DCEB7F",
"check-mark": "#89B4FAFF",
"child-background": "#181825FF",
"docking-empty-background": "#1E1E2EFF",
"docking-preview": "#89DCEBFF",
"drag-drop-target": "#74C7ECFF",
"frame-background": "#1E1E2EFF",
"frame-background-active": "#B4BEFEFF",
"frame-background-hovered": "#89DCEB7F",
"header": "#74C7EC7F",
"header-active": "#B4BEFE7F",
"header-hovered": "#89DCEB7F",
"menu-bar-background": "#1E1E2EFF",
"modal-window-dim-background": "#BAC2DE7F",
"nav-highlight": "#B4BEFEFF",
"nav-windowing-background": "#CDD6F4FF",
"nav-windowing-highlight": "#6C7086FF",
"plot-histogram": "#F9E2AFFF",
"plot-histogram-hovered": "#FAB3877F",
"plot-lines": "#A6ADC8FF",
"plot-lines-hovered": "#F5C2E77F",
"popup-background": "#1E1E2EFF",
"resize-grip": "#7F849CFF",
"resize-grip-active": "#B4BEFEFF",
"resize-grip-hovered": "#89DCEB7F",
"scrollbar-background": "#1E1E2EFF",
"scrollbar-grab": "#7F849CFF",
"scrollbar-grab-active": "#B4BEFEFF",
"scrollbar-grab-hovered": "#89DCEB7F",
"separator": "#7F849CFF",
"separator-active": "#B4BEFEFF",
"separator-hovered": "#89DCEB7F",
"slider-grab": "#6C7086FF",
"slider-grab-active": "#B4BEFEFF",
"tab": "#6C7086FF",
"tab-active": "#B4BEFE7F",
"tab-hovered": "#89DCEB7F",
"tab-unfocused": "#7F849C7F",
"tab-unfocused-active": "#6C70867F",
"table-border-light": "#7F849CFF",
"table-border-strong": "#9399B2FF",
"table-header-background": "#6C7086FF",
"table-row-background": "#181825FF",
"table-row-background-alt": "#11111BFF",
"text": "#CDD6F4FF",
"text-disabled": "#7F849CFF",
"text-selected-background": "#585B707F",
"title-background": "#181825FF",
"title-background-active": "#181825FF",
"title-background-collapse": "#181825FF",
"window-background": "#1E1E2EFF"
},
"imhex": {
"desc-button": "#45475AFF",
"desc-button-active": "#B4BEFEFF",
"desc-button-hovered": "#89DCEB7F",
"highlight": "#A6E3A1FF",
"toolbar-blue": "#89B4FAFF",
"toolbar-brown": "#F5E0DCFF",
"toolbar-gray": "#7F849CFF",
"toolbar-green": "#A6E3A1FF",
"toolbar-purple": "#CBA6F7FF",
"toolbar-red": "#F38BA8FF",
"toolbar-yellow": "#F9E2AFFF"
},
"imnodes": {
"box-selector": "#89B4FAFF",
"box-selector-outline": "#89B4FA7F",
"grid-background": "#181825FF",
"grid-line": "#9399B2FF",
"grid-line-primary": "#7F849CFF",
"link": "#89B4FAFF",
"link-hovered": "#89DCEBFF",
"link-selected": "#B4BEFEFF",
"mini-map-background": "#CDD6F47F",
"mini-map-background-hovered": "#BAC2DE7F",
"mini-map-canvas": "#45475A7F",
"mini-map-canvas-outline": "#3132447F",
"mini-map-link": "#89B4FAFF",
"mini-map-link-selected": "#B4BEFEFF",
"mini-map-node-background": "#585B707F",
"mini-map-node-background-hovered": "#3132447F",
"mini-map-node-background-selected": "#B4BEFEFF",
"mini-map-node-outline": "#7F849CFF",
"mini-map-outline": "#7F849C7F",
"mini-map-outline-hovered": "#BAC2DE7F",
"node-background": "#6C7086FF",
"node-background-hovered": "#89DCEB7F",
"node-background-selected": "#B4BEFEFF",
"node-outline": "#6C7086FF",
"pin": "#89B4FA7F",
"pin-hovered": "#89DCEB7F",
"title-bar": "#313244FF",
"title-bar-hovered": "#89DCEB7F",
"title-bar-selected": "#B4BEFEFF"
},
"implot": {
"axis-bg": "#CDD6F421",
"axis-bg-active": "#BAC2DE7F",
"axis-bg-hovered": "#A6ADC87F",
"axis-grid": "#1E1E2EFF",
"axis-text": "#00000000",
"axis-tick": "#BAC2DE7F",
"crosshairs": "#CDD6F47F",
"error-bar": "#00000000",
"fill": "#00000000",
"frame-bg": "#1E1E2EFF",
"inlay-text": "#CDD6F4FF",
"legend-bg": "#6C7086FF",
"legend-border": "#7F849CFF",
"legend-text": "#CDD6F4FF",
"line": "#00000000",
"marker-fill": "#00000000",
"marker-outline": "#00000000",
"plot-bg": "#89B4FA21",
"plot-border": "#00000000",
"selection": "#585B707F",
"title-text": "#CDD6F4FF"
},
"text-editor": {
"background": "#1E1E2EFF",
"breakpoint": "#F38BA8FF",
"char-literal": "#A6E3A1FF",
"comment": "#6C7086FF",
"current-line-edge": "#7F849C7F",
"current-line-fill": "#7F849C7F",
"current-line-fill-inactive": "#6C70867F",
"cursor": "#F5E0DCFF",
"default": "#7F849CFF",
"error-marker": "#F38BA87F",
"identifier": "#9399B2FF",
"keyword": "#CBA6F7FF",
"known-identifier": "#F38BA8FF",
"line-number": "#7F849CFF",
"multi-line-comment": "#6C7086FF",
"number": "#FAB387FF",
"preproc-identifier": "#B4BEFEFF",
"preprocessor": "#A6ADC8FF",
"punctuation": "#CDD6F4FF",
"selection": "#585B707F",
"string": "#A6E3A1FF"
}
},
"image_postfix": "_dark",
"name": "Catppuccin Mocha",
"styles": {
"imgui": {
"alpha": 1.0,
"button-text-align": [
0.5,
0.5
],
"cell-padding": [
4.0,
2.0
],
"child-border-size": 1.0,
"child-rounding": 0.0,
"disabled-alpha": 0.6000000238418579,
"frame-border-size": 0.0,
"frame-padding": [
4.0,
3.0
],
"frame-rounding": 0.0,
"grab-min-size": 12.0,
"grab-rounding": 0.0,
"indent-spacing": 10.0,
"item-inner-spacing": [
4.0,
4.0
],
"item-spacing": [
8.0,
4.0
],
"popup-border-size": 1.0,
"popup-rounding": 0.0,
"scrollbar-rounding": 9.0,
"scrollbar-size": 14.0,
"selectable-text-align": [
0.0,
0.0
],
"tab-rounding": 4.0,
"window-border-size": 1.0,
"window-min-size": [
32.0,
32.0
],
"window-padding": [
8.0,
8.0
],
"window-rounding": 0.0,
"window-title-align": [
0.0,
0.5
]
},
"imnodes": {
"grid-spacing": 24.0,
"link-hover-distance": 10.0,
"link-line-segments-per-length": 0.10000000149011612,
"link-thickness": 3.0,
"mini-map-offset": [
4.0,
4.0
],
"mini-map-padding": [
8.0,
8.0
],
"node-border-thickness": 1.0,
"node-corner-rounding": 4.0,
"node-padding": [
8.0,
8.0
],
"pin-circle-radius": 4.0,
"pin-hover-radius": 10.0,
"pin-line-thickness": 1.0,
"pin-offset": 0.0,
"pin-quad-side-length": 7.0,
"pin-triangle-side-length": 9.5
},
"implot": {
"annotation-padding": [
2.0,
2.0
],
"digital-bit-gap": 4.0,
"digital-bit-height": 8.0,
"error-bar-size": 5.0,
"error-bar-weight": 1.5,
"fill-alpha": 1.0,
"fit-padding": [
0.0,
0.0
],
"label-padding": [
5.0,
5.0
],
"legend-inner-padding": [
5.0,
5.0
],
"legend-padding": [
10.0,
10.0
],
"legend-spacing": [
5.0,
0.0
],
"line-weight": 1.0,
"major-grid-size": [
1.0,
1.0
],
"major-tick-len": [
10.0,
10.0
],
"major-tick-size": [
1.0,
1.0
],
"marker-size": 4.0,
"marker-weight": 1.0,
"minor-alpha": 0.25,
"minor-grid-size": [
1.0,
1.0
],
"minor-tick-len": [
5.0,
5.0
],
"minor-tick-size": [
1.0,
1.0
],
"mouse-pos-padding": [
10.0,
10.0
],
"plot-border-size": 1.0,
"plot-default-size": [
400.0,
300.0
],
"plot-min-size": [
200.0,
150.0
],
"plot-padding": [
10.0,
10.0
]
}
}
}