@@ -15,8 +15,10 @@ Shell theme for GNOME DE. Based on https://www.pling.com/p/1939902/.
|
||||
<details><summary>Click me 🐈</summary>
|
||||
|
||||
Icon theme: https://github.com/vinceliuice/Colloid-icon-theme
|
||||
#### Overview [[Blur My Shell](https://extensions.gnome.org/extension/3193/blur-my-shell/) / Light / Dark] (Pasta [white](https://addons.opera.com/en/wallpapers/details/pasta-white/) / [night](https://addons.opera.com/en/wallpapers/details/pasta-night/))
|
||||

|
||||
#### Overview [[Blur My Shell](https://extensions.gnome.org/extension/3193/blur-my-shell/) / Light / Dark] (Fold [light](https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/raw/gnome-45/backgrounds/fold-l.jpg?ref_type=heads) / [dark](https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/raw/gnome-45/backgrounds/fold-d.jpg?ref_type=heads))
|
||||

|
||||

|
||||

|
||||
|
||||
#### Panel
|
||||

|
||||
@@ -40,7 +42,7 @@ Icon theme: https://github.com/vinceliuice/Colloid-icon-theme
|
||||
</details>
|
||||
|
||||
## 🚧 Requirements
|
||||
- GNOME 43, 44. Correct functionality on other versions is not guaranteed.
|
||||
- GNOME 43, 44, 45. Correct functionality on other versions is not guaranteed.
|
||||
- [User Themes](https://extensions.gnome.org/extension/19/user-themes/ "User Themes") extension.
|
||||
- [GNOME Tweaks](https://gitlab.gnome.org/GNOME/gnome-tweaks "GNOME Tweaks").
|
||||
- Python 3.2+.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 760 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 604 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 737 KiB |
@@ -63,28 +63,28 @@
|
||||
}
|
||||
|
||||
/* day buttons, prev/next month button */
|
||||
.calendar-day-base,
|
||||
.calendar-day,
|
||||
.calendar-month-header .pager-button {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
border-radius: 10px;
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
|
||||
.calendar-day-base:hover,
|
||||
.calendar-day-base:selected:hover,
|
||||
.calendar-day:hover,
|
||||
.calendar-day:selected:hover,
|
||||
.calendar .calendar-month-header .pager-button:hover {
|
||||
background-color: ACCENT-DISABLED_HOVER;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
|
||||
.calendar-day-base:focus,
|
||||
.calendar-day:focus,
|
||||
.calendar .calendar-month-header .pager-button:focus {
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR;
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||
}
|
||||
|
||||
.calendar-day-base:selected {
|
||||
.calendar-day:selected {
|
||||
background: ACCENT-DISABLED_HOVER;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
@@ -117,16 +117,19 @@
|
||||
}
|
||||
|
||||
/* weekend day button */
|
||||
.calendar .calendar-nonwork-day {
|
||||
.calendar .calendar-nonwork-day, /* up to 44 */
|
||||
.calendar-weekend { /* 45+ */
|
||||
color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
/* other month day button */
|
||||
.calendar .calendar-other-month-day {
|
||||
color: TEXT-DISABLED-COLOR;
|
||||
.calendar .calendar-other-month-day, /* up to 44 */
|
||||
.calendar-other-month { /* 45+ */
|
||||
color: TEXT-DISABLED-COLOR !important;
|
||||
}
|
||||
|
||||
.calendar .calendar-other-month-day.calendar-day-with-events {
|
||||
.calendar .calendar-other-month-day.calendar-day-with-events, /* up to 44 */
|
||||
.calendar-other-month.calendar-day-with-events { /* 45+ */
|
||||
background-image: url("calendar-event-disabled.svg");
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
@@ -32,6 +32,10 @@
|
||||
background-color: ACCENT-DISABLED_HOVER;
|
||||
}
|
||||
|
||||
/* workspaces indicator in activities button (45+) */
|
||||
#panel .workspace-dot {
|
||||
background-color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
/* indicator for active */
|
||||
#panel .screencast-indicator,
|
||||
|
||||
Reference in New Issue
Block a user