|
3 | 3 | /****************************************************************************************/
|
4 | 4 |
|
5 | 5 |
|
6 |
| -/* |
7 |
| - Colors inside /'*...*'/ are from deprecated 'custom_colors_for_squared_tabs.css' file. |
8 |
| - Example: |
9 |
| - replace 'linear-gradient(#f9f9fa,#f9f9fa)' with 'linear-gradient(to bottom,#FFCC99,#FFCC99)' |
10 |
| - to use the colors from the above mentioned file. |
| 6 | +/* Colors inside / * ... * / are from the old 'custom_colors_for_squared_tabs.css' file. |
| 7 | + Example: replace 'linear-gradient(#f9f9fa,#f9f9fa)' with 'linear-gradient(to bottom,#FFCC99,#FFCC99)' |
| 8 | + |
| 9 | + Tab colors have to be set as gradients. |
| 10 | + Example: If the active tab has to be blue, the variable has to look like |
| 11 | + '--classic_squared_tabs_active_tab: linear-gradient(blue,blue) !important;' |
| 12 | + and not (!) just '--classic_squared_tabs_active_tab: blue !important;' |
11 | 13 | */
|
12 | 14 |
|
13 | 15 | /* default colors */
|
|
23 | 25 | --colored_menubar_text_color: black !important;
|
24 | 26 | --statusbar_background_color: linear-gradient(#f9f9fa,#f9f9fa) !important;
|
25 | 27 | --statusbar_font_color: inherit !important;
|
| 28 | + |
| 29 | + /* tab colors |
| 30 | + */ |
26 | 31 | --classic_squared_tabs_active_tab: linear-gradient(to top,#f9f9fa,#f9f9fa,#f9f9fa) !important; /* (to bottom,#FF8800,#FFCC99) */
|
27 | 32 | --classic_squared_tabs_hovered_tabs: linear-gradient(to top,#cac7c1,#d5d2cc,#e8e6e2) !important; /* (to bottom,#FF9900,#FF6600) */
|
28 | 33 | --classic_squared_tabs_other_tabs: linear-gradient(to top,#aeaba5,#c1beb7,#c9c6be) !important; /* (to bottom,#FFCC99,#CCCCCC) */
|
|
34 | 39 | --classic_squared_tabs_new_tab_icon_color: black !important;
|
35 | 40 | --classic_squared_tabs_tab_text_color: black !important;
|
36 | 41 | --classic_squared_tabs_tab_text_shadow: transparent !important;
|
| 42 | + |
| 43 | + /* tab colors - dark text, but bright themes: |
| 44 | + */ |
37 | 45 | --classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
|
38 | 46 | --classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
|
39 | 47 | --classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
|
| 48 | + |
| 49 | + /* tab colors - bright text, but dark themes: |
| 50 | + */ |
40 | 51 | --classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
|
41 | 52 | --classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
|
42 | 53 | --classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
|
|
0 commit comments