nixos-config/config/gitkraken/catppuccin-mocha.jsonc
2025-03-23 21:51:08 +01:00

169 lines
6.0 KiB
Plaintext

{
"meta": {
"name": "Catppuccin Mocha",
"scheme": "dark"
},
"themeValues": {
"root": {
"red": "#f38ba8",
"orange": "#fab387",
"yellow": "#f9e2af",
"green": "#a6e3a1",
"teal": "#94e2d5",
"blue": "#89b4fa",
"ltblue": "#b4befe",
"purple": "#cba6f7",
"app__bg0": "#1e1e2e",
"toolbar__bg0": "#181825",
"toolbar__bg1": "#11111b",
"toolbar__bg2": "#11111b",
"panel__bg0": "#181825",
"panel__bg1": "#11111b",
"panel__bg2": "#11111b",
"input__bg": "fade(#11111b, 20%)",
"input-bg-warn-color": "fade(#1e1e2e, 60%)",
"panel-border": "#585b70",
"section-border": "#45475a",
"subtle-border": "#313244",
"modal-overlay-color": "fade(#11111b, 50%)",
"graph-color-0": "#f38ba8",
"graph-color-1": "#eba0ac",
"graph-color-2": "#fab387",
"graph-color-3": "#f9e2af",
"graph-color-4": "#a6e3a1",
"graph-color-5": "#94e2d5",
"graph-color-6": "#74c7ec",
"graph-color-7": "#89dceb",
"graph-color-8": "#89b4fa",
"graph-color-9": "#b4befe",
".text-color": "#cdd6f4",
"text-selected": "#cdd6f4",
"text-normal": "fade(#cdd6f4, 75%)",
"text-secondary": "fade(#cdd6f4, 60%)",
"text-disabled": "fade(#cdd6f4, 40%)",
"text-accent": "#bac2de",
"text-inverse": "#1e1e2e",
"text-bright": "#cdd6f4",
"text-dimmed": "fade(#cdd6f4, 20%)",
"text-dimmed-selected": "fade(#cdd6f4, 50%)",
"text-selected-row": "#cdd6f4",
"btn-text": "#cdd6f4",
"btn-text-hover": "#cdd6f4",
"default-border": "@text-normal",
"default-bg": "transparent",
"default-hover": "transparent",
"default-border-hover": "@text-selected",
"primary-border": "@blue",
"primary-bg": "fade(@blue, 20%)",
"primary-hover": "fade(@blue, 60%)",
"success-border": "@green",
"success-bg": "fade(@green, 20%)",
"success-hover": "fade(@green, 60%)",
"warning-border": "@orange",
"warning-bg": "fade(@orange, 20%)",
"warning-hover": "fade(@orange, 60%)",
"danger-border": "@red",
"danger-bg": "fade(@red, 20%)",
"danger-hover": "fade(@red, 60%)",
"hover-row": "fade(#45475A, 25%)",
"danger-row": "fade(@red, 60%)",
"selected-row": "fade(#45475A, 50%)",
"selected-row-border": "none",
"warning-row": "fade(@orange, 60%)",
"droppable": "fade(@yellow, 10%)",
"drop-target": "fade(@green, 50%)",
"input--disabled": "fade(#000000, 10%)",
"link-color": "#89b4fa",
"link-color-bright": "#89b4fa",
"form-control-focus": "#89b4fa",
"scroll-thumb-border": "rgba(0,0,0,0)",
"scroll-thumb-bg": "rgba(255,255,255,0.15)",
"scroll-thumb-bg-light": "rgba(0,0,0,0.15)",
"wip-status": "fade(@blue, 40%)",
"card__bg": "@panel__bg2",
"card-shadow": "rgba(0,0,0,.2)",
"statusbar__warning-bg": "mixLess(@graph-color-7, @app__bg0, 50%)",
"label__yellow-color": "#f2ca33",
"label__light-blue-color": "#15a0bf",
"label__purple-color": "#c517b6",
"filtering": "fade(@blue, 50%)",
"soloing": "fade(@orange, 50%)",
"checked-out": "fade(@green, 30%)",
"soloed": "fade(@orange, 30%)",
"filter-match": "fade(@blue, 50%)",
"clone__progress": "fade(@blue, 70%)",
"toolbar__prompt": "fade(@blue, 20%)",
"verified": "fade(@green, 30%)",
"unverified": "fade(#cdd6f4, 10%)",
"drop-sort-border": "#a6e3a1",
"terminal__repo-name-color": "#94e2d5",
"terminal__repo-branch-color": "#f5c2e7",
"terminal__repo-tag-color": "#fab387",
"terminal__repo-upstream-color": "#a6e3a1",
"terminal__background": "#11111b",
"terminal__cursor": "#cdd6f4",
"terminal__cursorAccent": "#cdd6f4",
"terminal__foreground": "#cdd6f4",
"terminal__selection": "#585b70",
"terminal__black": "#1e1e2e",
"terminal__red": "#f38ba8",
"terminal__green": "#a6e3a1",
"terminal__yellow": "#f9e2af",
"terminal__blue": "#89b4fa",
"terminal__magenta": "#f5c2e7",
"terminal__cyan": "#89dceb",
"terminal__white": "#a6adc8",
"terminal__brightBlack": "#313244",
"terminal__brightRed": "#f38ba8",
"terminal__brightGreen": "#a6e3a1",
"terminal__brightYellow": "#f9e2af",
"terminal__brightBlue": "#89b4fa",
"terminal__brightMagenta": "#f5c2e7",
"terminal__brightCyan": "#89dceb",
"terminal__brightWhite": "#bac2de",
"code-bg": "#1e1e2e",
"code-foreground": "#cdd6f4",
"code-blame-color-0": "#94e2d5",
"code-blame-color-1": "#f38ba8",
"code-blame-color-2": "#a6e3a1",
"code-blame-color-3": "#f9e2af",
"code-blame-color-4": "#89b4fa",
"code-blame-color-5": "#f5c2e7",
"code-blame-color-6": "#a6adc8",
"code-blame-color-7": "#bac2de",
"code-blame-color-8": "#b4befe",
"code-blame-color-9": "#cba6f7",
"added-line": "fade(#a6e3a1, 10%)",
"deleted-line": "fade(#f38ba8, 10%)",
"modified-line": "fade(#11111b, 25%)",
"conflict-info-color": "#74c7ec",
"conflict-left-border-color": "#74c7ec",
"conflict-left-color": "fade(@conflict-left-border-color, 25%)",
"conflict-right-border-color": "#f9e2af",
"conflict-right-color": "fade(@conflict-right-border-color, 25%)",
"conflict-output-border-color": "#cba6f7",
"conflict-output-color": "fade(@conflict-output-border-color, 25%)"
},
"toolbar": {
"text-selected": "#cdd6f4",
"text-normal": "#cdd6f4",
"text-secondary": "#bac2de",
"text-disabled": "#a6adc8",
"section-border": "#45475a",
"input__bg": "fade(#11111b, 20%)",
"link-color": "#89b4fa",
"btn-text": "#cdd6f4"
},
"tabsbar": {
"text-selected": "#cdd6f4",
"text-normal": "#cdd6f4",
"text-secondary": "#bac2de",
"text-disabled": "#a6adc8",
"section-border": "#45475a",
"input__bg": "fade(#11111b, 20%)",
"link-color": "#89b4fa",
"btn-text": "#cdd6f4"
}
}
}