Home
last modified time | relevance | path

Searched refs:themeColors (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DSpreadsheetTheme.php47 public function setThemeColors($themeColors) argument
49 $this->themeColors = $themeColors;
56 return $this->themeColors;
/plugin/calendar/
H A DCHANGELOG.md12041 themeColors.text_shadow = 'text-shadow:0 0 2px #00cc07'; // Or purple
12042 eventHTML += "style='...color:" + color + "; " + themeColors.text_shadow + ";'";
12166 color: themeColors.text_dim; // Theme dim color
12218 color: themeColors.text_primary;
12219 background: themeColors.event_bg;