This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PermaFreez
committed
Sep 21, 2023
1 parent
8bb6f5f
commit 7fab238
Showing
1 changed file
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"name": "Golden Foyer", | ||
"variables": { | ||
"accent_color": "#F28705", | ||
"accent_bg_color": "#fa9417", | ||
"accent_fg_color": "#fff6e7", | ||
"destructive_color": "#BB4CFF", | ||
"destructive_bg_color": "#7F00CC", | ||
"destructive_fg_color": "#f8edff", | ||
"success_color": "#75a534", | ||
"success_bg_color": "#218521", | ||
"success_fg_color": "#f1fbe4", | ||
"warning_color": "#fb6449", | ||
"warning_bg_color": "#7f110f", | ||
"warning_fg_color": "rgba(1,52,53,0.293333)", | ||
"error_color": "#7d4bba", | ||
"error_bg_color": "#593b7d", | ||
"error_fg_color": "#ffffff", | ||
"window_bg_color": "#242424", | ||
"window_fg_color": "#ffffff", | ||
"view_bg_color": "#1B1B1B", | ||
"view_fg_color": "#ffffff", | ||
"headerbar_bg_color": "#303030", | ||
"headerbar_fg_color": "#ffffff", | ||
"headerbar_border_color": "#ffffff", | ||
"headerbar_backdrop_color": "@window_bg_color", | ||
"headerbar_shade_color": "rgba(0,0,0,0.75)", | ||
"card_bg_color": "rgba(255, 255, 255, 0.08)", | ||
"card_fg_color": "#ffffff", | ||
"card_shade_color": "rgba(0,0,0,0.75)", | ||
"dialog_bg_color": "#383838", | ||
"dialog_fg_color": "#ffffff", | ||
"popover_bg_color": "#383838", | ||
"popover_fg_color": "#ffffff", | ||
"shade_color": "rgba(0,0,0,0.75)", | ||
"scrollbar_outline_color": "#000000" | ||
}, | ||
"palette": { | ||
"blue_": { | ||
"1": "#99c1f1", | ||
"2": "#62a0ea", | ||
"3": "#3584e4", | ||
"4": "#1c71d8", | ||
"5": "#1a5fb4" | ||
}, | ||
"green_": { | ||
"1": "#8ff0a4", | ||
"2": "#57e389", | ||
"3": "#33d17a", | ||
"4": "#2ec27e", | ||
"5": "#26a269" | ||
}, | ||
"yellow_": { | ||
"1": "#f9f06b", | ||
"2": "#f8e45c", | ||
"3": "#f6d32d", | ||
"4": "#f5c211", | ||
"5": "#e5a50a" | ||
}, | ||
"orange_": { | ||
"1": "#ffbe6f", | ||
"2": "#ffa348", | ||
"3": "#ff7800", | ||
"4": "#e66100", | ||
"5": "#c64600" | ||
}, | ||
"red_": { | ||
"1": "#f66151", | ||
"2": "#ed333b", | ||
"3": "#e01b24", | ||
"4": "#c01c28", | ||
"5": "#a51d2d" | ||
}, | ||
"purple_": { | ||
"1": "#dc8add", | ||
"2": "#c061cb", | ||
"3": "#9141ac", | ||
"4": "#813d9c", | ||
"5": "#613583" | ||
}, | ||
"brown_": { | ||
"1": "#cdab8f", | ||
"2": "#b5835a", | ||
"3": "#986a44", | ||
"4": "#865e3c", | ||
"5": "#63452c" | ||
}, | ||
"light_": { | ||
"1": "#ffffff", | ||
"2": "#f6f5f4", | ||
"3": "#deddda", | ||
"4": "#c0bfbc", | ||
"5": "#9a9996" | ||
}, | ||
"dark_": { | ||
"1": "#77767b", | ||
"2": "#5e5c64", | ||
"3": "#3d3846", | ||
"4": "#241f31", | ||
"5": "#000000" | ||
} | ||
}, | ||
"custom_css": { | ||
"gtk4": "/* Window controls - \"Alpha Tritanopia\" used as template */\n\nwindowcontrols > button {\n\tcolor: transparent;\n\tmin-width: 25px;\n\tmin-height: 25px;\n\tborder-radius: 100%;\n\tpadding: 0;\n\tmargin: 4px;\n}\n\nwindowcontrols > button > image {\n\tpadding: 5px;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n\tcolor: rgba(255, 255, 255, 0.35);\n\tbackground-color: #505050;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n\tcolor: transparent;\n\tbackground-color: @warning_color;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n\tcolor: rgba(255, 255, 255, 0.35);\n\tbackground-color: #505050;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n\tcolor: transparent;\n\tbackground-color: @accent_color;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n\tcolor: rgba(255, 255, 255, 0.35);\n\tbackground-color: #505050;\n\tmargin-left: 12px;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n\tcolor: transparent;\n\tbackground-color: @success_color;\n}\n\n/* Control widgets - \"Pop Dark\" used as template */\n\nswitch slider {\n\tbackground-color: #363636;\n}\n\n/* Viewswitcher - \"Pop Dark\" used as template */\n\nviewswitcher button.flat.horizontal.toggle {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nviewswitcher button.flat.horizontal.toggle:hover {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px darker(@headerbar_bg_color);\n}\n\nviewswitcher button.flat.horizontal.toggle:checked {\n\tmargin-top: 0px;\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px -4px @accent_bg_color;\n}\n\n/* Viewswitcher bottom - \"Pop Dark\" used as template */\nrevealer viewswitcher.narrow button.flat.vertical.toggle {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n}\n\nrevealer viewswitcher.narrow button.flat.vertical.toggle:hover {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px 4px darker(@headerbar_bg_color);\n}\n\nrevealer viewswitcher.narrow button.flat.vertical.toggle:checked {\n\tmargin-bottom: 0px;\n\tborder-radius: 0px;\n\tbox-shadow: inset 0px 4px @accent_bg_color;\n}\n", | ||
"gtk3": "" | ||
}, | ||
"plugins": {} | ||
} |