Skip to content

Commit

Permalink
CBlue/CGreen: Font size increased (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bundy01 authored Jul 11, 2024
1 parent deb8440 commit be6f516
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 89 deletions.
1 change: 1 addition & 0 deletions CBlue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 2.11: increase font size, small changes to menu appearance, calendar, panel-lauchers...
* 2.10: fixed a display bug in workspace names.
* 2.9: fixed two small bugs (in menu and when restarting Cinnamon) and modifications to calendar/notifications and Plank theme.
* 2.8: new wallpaper, add of Plank's theme and minor calendar touch-up + panel.
Expand Down
70 changes: 25 additions & 45 deletions CBlue/files/CBlue/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
border-width: 0px;
border-color: #fff;
color: #fff;
font-size: 8pt;
font-size: 10pt;
min-width: 150px;
}
.popup-menu-arrow {
Expand Down Expand Up @@ -134,7 +134,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
background-color: rgba(0, 0, 0, 0.75);
padding: 1em 0em;
color: #fff;
font-size: 8pt;
font-size: 9pt;
border: 0px solid #5f5f5f;
border-radius: 1px;
}
Expand Down Expand Up @@ -230,7 +230,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
color: #fff;
background-color: rgba(53, 57, 69, 0);
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
font-size: 8pt;
font-size: 11pt;
font-weight: normal;
height: 26px;
width: 26px;
Expand Down Expand Up @@ -393,7 +393,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
font-weight: bold;
padding: .5em;
spacing: .5em;
font-size: 8pt;
font-size: 9pt;
min-width: 5em;
max-width: 30em;
-cinnamon-caption-spacing: 8px;
Expand Down Expand Up @@ -491,15 +491,15 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
color: #ccc;
}
.calendar-events-no-events-label {
font-size: 1.7em;
font-size: 9pt;
color: #ccc;
font-weight: bold;
text-align: center;
margin-top: 10px;
}
.calendar-events-date-label {
padding: .2em 0 .75em .2em;
font-size: 1.1em;
font-size: 9pt;
color: #ccc;
font-weight: bold;
text-align: center;
Expand All @@ -522,13 +522,13 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
border-radius: 1px;
}
.calendar-today-home-button, .calendar-today-home-button-enabled {
font-size: 1.1em;
font-size: 9pt;
color: #ccc;
}
.calendar-month-label {
color: #fff;
padding: 8px 0;
font-size: 1.25em;
font-size: 9pt;
font-weight: bold;
}
.calendar-change-month-back, .calendar-change-month-forward {
Expand Down Expand Up @@ -568,7 +568,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
font-size: 120%;
}
.calendar-day-event-dot {
margin: 1px;
margin: 2.5px;
border-radius: 2.5px;
width: 5px;
height: 5px;
Expand Down Expand Up @@ -650,7 +650,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
* Notifications
* ===================================================================*/
#notification {
font-size: 8pt;
font-size: 9pt;
border: 0px solid #a5a5a5;
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
background-color: rgba(53, 57, 69, 0.75);
Expand Down Expand Up @@ -836,7 +836,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
.confirm-dialog-title {
text-align: center;
font-weight: bold;
font-size: 1.5em;
font-size: 9pt;
padding-bottom: 12px;
}
/* Info OSD popup */
Expand All @@ -859,13 +859,14 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
* Run dialog (Alt+F2)
* ===================================================================*/
.run-dialog-label {
font-size: 10pt;
font-size: 12pt;
text-align: center;
color: white;
font-weight: bold;
padding-bottom: 5px;
}
.run-dialog-error-label {
font-size: 8pt;
font-size: 9pt;
color: white;
}
.run-dialog-error-box {
Expand All @@ -874,20 +875,21 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
}
.run-dialog-completion-box {
padding-left: 15px;
font-size: 10px;
font-size: 12px;
}
.run-dialog-entry {
font-size: 10pt;
font-size: 12pt;
width: 250px;
height: 25px;
color: white;
padding-left: 7px;
background-color: rgb(82, 148, 226);
selection-background-color: white;
selection-background-color: rgba(53, 57, 69, 0.75);
selected-color: rgb(82, 148, 226);
border-radius: 20px;
}
.run-dialog {
text-align: center;
border-radius: 1px;
border: 0px;
padding: 15px 21px;
Expand Down Expand Up @@ -1129,9 +1131,11 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
padding-right: 40px;
}
#menu-search-entry {
font-size: 12pt;
padding: 0px 15px;
color: white;
selected-color: rgb(82, 148, 226);
selection-background-color: rgba(53, 57, 69, 0.75);
caret-color: white;
caret-size: 1px;
width: 250px;
Expand All @@ -1152,7 +1156,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
}
.menu-search-entry-icon {
icon-size: 1.2em;
color: #ccc;
color: white;
}
/* Context menu (at the moment only for favorites) */
.menu-context-menu {}
Expand Down Expand Up @@ -1493,18 +1497,6 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
.panel-launchers.vertical .launcher .icon-box {
padding-top: 0;
}
.panel-bottom .panel-launchers .launcher:hover {
border-image: url("common-assets/panel/window-list-hover-bottom.svg") 9 9 9 9;
}
.panel-top .panel-launchers .launcher:hover {
border-image: url("common-assets/panel/window-list-hover-top.svg") 9 9 9 9;
}
.panel-left .panel-launchers.vertical .launcher:hover {
border-image: url("common-assets/panel/window-list-hover-left.svg") 9 9 9 9;
}
.panel-right .panel-launchers.vertical .launcher:hover {
border-image: url("common-assets/panel/window-list-hover-right.svg") 9 9 9 9;
}
/* ===================================================================
* Weather Applet
* ===================================================================*/
Expand Down Expand Up @@ -1654,7 +1646,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
/* ===================================================================
* Workspace OSD (Ctl+Alt+Up)
* ===================================================================*/
.expo-workspaces-name-entry {
.expo-workspaces-name {
padding: 5px;
color: #fff;
font-weight: bold;
Expand All @@ -1666,12 +1658,12 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
max-width: 300px;
height: 25px;
}
.expo-workspaces-name-entry#selected {
.expo-workspaces-name#selected {
background-color: rgb(82, 148, 226);
font-weight: bold;
color: white;
}
.expo-workspaces-name-entry:focus {
.expo-workspaces-name:focus {
color: rgb(255, 255, 255);
font-weight: bold;
transition-duration: 300;
Expand All @@ -1680,18 +1672,6 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
* Button Menu
* ===================================================================*/
/*This option works only applica to any applet that is in the left corner*/
.panel-bottom .applet-box:first-child:hover {
border-image: url("common-assets/menu/button-menu-hover-bottom.svg") 9 9 9 9;
}
.panel-top #panelLeft .applet-box:first-child:hover {
border-image: url("common-assets/menu/button-menu-hover-top.svg") 9 9 9 9;
}
.panel-left #panelLeft .applet-box:first-child:hover {
border-image: url("common-assets/menu/button-menu-hover-left.svg") 9 9 9 9;
}
.panel-right #panelLeft .applet-box:first-child:hover {
border-image: url("common-assets/menu/button-menu-hover-right.svg") 9 9 9 9;
}
#panelLeft .applet-box:first-child:active {
background-color: rgba(82, 148, 226, 0);
}
Expand Down Expand Up @@ -1735,7 +1715,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
}
.radiobutton StLabel {
padding-top: 4px;
font-size: 0.9em;
font-size: 9pt;
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
}
.flashspot {
Expand Down
2 changes: 1 addition & 1 deletion CBlue/files/CBlue/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CBlue",
"author": "Bundy01",
"version": "2.10",
"version": "2.11",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
1 change: 1 addition & 0 deletions CGreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 2.11: increase font size, small changes to menu appearance, calendar, panel-lauchers...
* 2.10: fixed a display bug in workspace names.
* 2.9: fixed two small bugs (in menu and when restarting Cinnamon) and modifications to calendar/notifications and Plank theme.
* 2.8: add wallpaper, Plank's theme and minor calendar touch-up + panel.
Expand Down
Loading

0 comments on commit be6f516

Please sign in to comment.