Not long ago re: Calendar colors
-
Not long ago I asked how I could spruce up the Vivaldi calendar to include different colors, much like google calendar & some very nice person came along & provided a mod to do just that & where to insert it. Unfortunately I lost all my notes in a brand new install & I can't find the post on the forum. Can anyone help me out here? TIA
-
It sounds like you're looking to add custom colors to your Vivaldi calendar, similar to what Google Calendar offers. While Vivaldi doesn't natively support this feature to the extent of Google Calendar, you can apply a simple CSS mod to achieve that. Here's how:
Go to the Vivaldi Application Folder (usually located in AppData on Windows or /opt/vivaldi on Linux).
Look for the style file in the calendar section, where you can inject custom CSS.
Add this CSS mod for custom colors:
css
Copy code
/* Example: Changing event colors /
.calendar-event {
background-color: #your-color-code !important;
}
/ Customize individual calendars /
.calendar-list-item[calendar-id="1"] .calendar-event {
background-color: #ff0000 !important; / red /
}
.calendar-list-item[calendar-id="2"] .calendar-event {
background-color: #00ff00 !important; / green */
}
You can modify the color codes according to your preferences.Save the file and restart Vivaldi for the changes to take effect.
vist this for more information
-
@janrif I can relate to the frustration of losing important notes during a reinstall! It’s always a hassle to try and recover that information. While I can’t find the specific mod you're referring to, if you're looking for a way to better manage time and tasks, you might want to try using a Calculadora de Tempo. It’s a great tool for organizing and calculating time-related tasks quickly, which could complement your Vivaldi calendar setup. Hopefully, this helps, and someone else might be able to point you back to that mod too! TIA
-
I know how annoying it is to lose important notes! The CSS mod tips shared earlier should help you with the calendar. If you need more ways to manage your tasks, you could try using a time management tool to help with organizing.