63 lines
2.2 KiB
CSS
Raw Normal View History

/*------------------------USAGE----------------------------
* Remove "/*" at the begining of "@import" line to ENABLE.
* Add "/*" at the begining of "@import" line to DISABLE.
*/
2020-07-31 14:11:26 +08:00
/*-------------------Choose your theme---------------------
* Enable one of these themes and disable the other ones.
*/
2020-07-31 14:11:26 +08:00
2020-07-31 18:10:51 +08:00
@import "WhiteSur/theme.css"; /**/
2021-06-16 19:28:37 +08:00
/*@import "Monterey/theme.css"; /**/
2020-07-31 14:11:26 +08:00
/*--------------Configure your Monterey theme--------------
* ONLY for Monterey theme
* Enable one of these options and disable the other ones.
2020-07-31 14:11:26 +08:00
*/
/* How many buttons on left headerbar */
2021-06-23 13:31:48 +00:00
@import "Monterey/left_header_button_3.css"; /**/
/*@import "Monterey/left_header_button_4.css"; /**/
/*@import "Monterey/left_header_button_5.css"; /**/
/* How many buttons on right headerbar */
2021-06-23 13:31:48 +00:00
@import "Monterey/right_header_button_3.css"; /**/
/*@import "Monterey/right_header_button_4.css"; /**/
/*@import "Monterey/right_header_button_5.css"; /**/
/*--------------Configure common theme features--------------*/
2020-07-31 14:11:26 +08:00
/* Hide the tab bar when only one tab is open (GNOMISH)
* You should move the new tab button somewhere else for this to work, because by
* default it is on the tab bar too. */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/hide-single-tab.css"; /**/
2020-07-31 14:11:26 +08:00
/* Limit the URL bar's autocompletion popup's width to the URL bar's width (GNOMISH)
* This feature is included by default for Firefox 70+ */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/matching-autocomplete-width.css"; /**/
2020-07-31 14:11:26 +08:00
/* Rounded window even when it gets maximized */
/*@import "WhiteSur/rounded-window-maximized.css"; /**/
2020-07-31 14:11:26 +08:00
/* Active tab high contrast */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/active-tab-contrast.css"; /**/
2020-07-31 14:11:26 +08:00
2021-06-09 08:14:30 +07:00
/* Use system theme icons instead of Adwaita icons included by theme [BUGGED] */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/system-icons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Allow drag window from headerbar buttons (GNOMISH) [BUGGED]
* It can activate button action, with unpleasant behavior. */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/drag-window-headerbar-buttons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Make all tab icons look kinda like symbolic icons */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/symbolic-tab-icons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Hide window buttons (close/min/max) in maximized windows */
2020-07-31 18:10:51 +08:00
/*@import "WhiteSur/hide-window-buttons.css"; /**/
2020-07-31 14:11:26 +08:00
/* Import your custom stylesheet */
2020-07-31 14:11:26 +08:00
@import "customChrome.css"; /**/