Skip to content

Commit a94aefa

Browse files
committed
improve readmes
1 parent 8f53d14 commit a94aefa

File tree

13 files changed

+207
-299
lines changed

13 files changed

+207
-299
lines changed

common/cinnamon/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .
44

55
* Install `nvm` (https://github.com/creationix/nvm)
66

7-
* Install `gulp`
7+
* Run `nvm i` from the directory containing `.nvmrc`
88

9-
npm i -g gulp
9+
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
1010

11-
* Execute the following from the directory containing `gulpfile.js`
12-
13-
npm i
11+
* Install `gulp` with `npm i -g gulp`
1412

1513
* Edit the sass/*.scss files
1614

17-
* Regenerate the .css files by executing from the directory containing `gulpfile.js`
18-
19-
gulp
15+
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`
2016

common/gnome-shell/3.14/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .
44

55
* Install `nvm` (https://github.com/creationix/nvm)
66

7-
* Install `gulp`
7+
* Run `nvm i` from the directory containing `.nvmrc`
88

9-
npm i -g gulp
9+
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
1010

11-
* Execute the following from the directory containing `gulpfile.js`
12-
13-
npm i
11+
* Install `gulp` with `npm i -g gulp`
1412

1513
* Edit the sass/*.scss files
1614

17-
* Regenerate the .css files by executing from the directory containing `gulpfile.js`
18-
19-
gulp
15+
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`
2016

common/gnome-shell/3.14/gnome-shell-dark.css

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ StScrollBar {
462462
.popup-menu .popup-menu-item {
463463
spacing: 12px; }
464464
.popup-menu .popup-menu-item:ltr {
465-
padding: 0.4em 3em 0.4em 0em; }
465+
padding: .4em 3em .4em 0em; }
466466
.popup-menu .popup-menu-item:rtl {
467-
padding: 0.4em 0em 0.4em 3em; }
467+
padding: .4em 0em .4em 3em; }
468468
.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected {
469469
color: #D3DAE3 !important;
470470
background-color: transparent;
@@ -643,9 +643,7 @@ StScrollBar {
643643
border-image: url("common-assets/panel/panel.svg") 1 1 1 1 !important; }
644644
#panel.dynamic-top-bar-white-btn {
645645
border-image: none; }
646-
#panel.unlock-screen,
647-
#panel.login-screen,
648-
#panel.lock-screen {
646+
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
649647
background-color: transparent;
650648
border-image: none; }
651649
#panel:overview {
@@ -699,13 +697,13 @@ StScrollBar {
699697
.login-screen #panel .panel-button,
700698
.lock-screen #panel .panel-button {
701699
color: #f2f4f7; }
702-
.unlock-screen #panel .panel-button:focus,
703-
.unlock-screen #panel .panel-button:hover,
704-
.unlock-screen #panel .panel-button:active,
700+
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
705701
.login-screen #panel .panel-button:focus,
706702
.login-screen #panel .panel-button:hover,
707703
.login-screen #panel .panel-button:active,
708-
.lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active {
704+
.lock-screen #panel .panel-button:focus,
705+
.lock-screen #panel .panel-button:hover,
706+
.lock-screen #panel .panel-button:active {
709707
color: #f2f4f7; }
710708
#panel #panelActivities.panel-button {
711709
-natural-hpadding: 12px; }
@@ -783,7 +781,7 @@ StScrollBar {
783781
width: 0.3em; }
784782

785783
.calendar {
786-
padding: 0.4em 1.75em 0.8em 2.5em; }
784+
padding: .4em 1.75em .8em 2.5em; }
787785

788786
.calendar-month-label {
789787
color: #D3DAE3 !important;
@@ -831,7 +829,7 @@ StScrollBar {
831829
background-image: url("dark-assets/misc/calendar-arrow-left.svg"); }
832830

833831
.datemenu-date-label {
834-
padding: 0.4em 1.7em;
832+
padding: .4em 1.7em;
835833
font-weight: bold;
836834
text-align: center;
837835
color: #D3DAE3 !important;
@@ -1120,8 +1118,7 @@ StScrollBar {
11201118
border-image: url("common-assets/dash/dash-left.svg") 3 3 3 3; }
11211119
.extended.left #dash {
11221120
border-image: url("common-assets/dash/dash-extended-left.svg") 3 3 3 3; }
1123-
.right #dash,
1124-
#dash:rtl {
1121+
.right #dash, #dash:rtl {
11251122
padding: 3px 0px 3px 0px;
11261123
border-image: url("common-assets/dash/dash-right.svg") 3 3 3 3; }
11271124
.extended.right #dash {
@@ -1304,24 +1301,22 @@ StScrollBar {
13041301
color: #ffffff;
13051302
background-color: #5294E2;
13061303
border-color: #5294E2; }
1307-
.app-view-control:first-child:ltr,
1308-
.app-view-control:last-child:rtl {
1304+
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
13091305
border-radius: 2px 0 0 2px;
13101306
border-right-width: 0; }
1311-
.app-view-control:last-child:ltr,
1312-
.app-view-control:first-child:rtl {
1307+
.app-view-control:last-child:ltr, .app-view-control:first-child:rtl {
13131308
border-radius: 0 2px 2px 0;
13141309
border-left-width: 0; }
13151310

1316-
.search-provider-icon:active,
1317-
.search-provider-icon:checked,
1318-
.list-search-result:active, .list-search-result:checked {
1311+
.search-provider-icon:active, .search-provider-icon:checked,
1312+
.list-search-result:active,
1313+
.list-search-result:checked {
13191314
background-color: rgba(31, 33, 40, 0.85); }
13201315

1321-
.search-provider-icon:focus,
1322-
.search-provider-icon:selected,
1323-
.search-provider-icon:hover,
1324-
.list-search-result:focus, .list-search-result:selected, .list-search-result:hover {
1316+
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1317+
.list-search-result:focus,
1318+
.list-search-result:selected,
1319+
.list-search-result:hover {
13251320
background-color: rgba(186, 195, 207, 0.4);
13261321
transition-duration: 200ms; }
13271322

@@ -1411,8 +1406,7 @@ StScrollBar {
14111406
background-image: url(common-assets/misc/page-indicator-hover.svg); }
14121407
.page-indicator:active .page-indicator-icon {
14131408
background-image: url(common-assets/misc/page-indicator-active.svg); }
1414-
.page-indicator:checked .page-indicator-icon,
1415-
.page-indicator:checked:active {
1409+
.page-indicator:checked .page-indicator-icon, .page-indicator:checked:active {
14161410
background-image: url(common-assets/misc/page-indicator-checked.svg); }
14171411

14181412
.app-well-app > .overview-icon.overview-icon-with-label,

common/gnome-shell/3.14/gnome-shell.css

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ StScrollBar {
462462
.popup-menu .popup-menu-item {
463463
spacing: 12px; }
464464
.popup-menu .popup-menu-item:ltr {
465-
padding: 0.4em 3em 0.4em 0em; }
465+
padding: .4em 3em .4em 0em; }
466466
.popup-menu .popup-menu-item:rtl {
467-
padding: 0.4em 0em 0.4em 3em; }
467+
padding: .4em 0em .4em 3em; }
468468
.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected {
469469
color: #5c616c !important;
470470
background-color: transparent;
@@ -643,9 +643,7 @@ StScrollBar {
643643
border-image: url("common-assets/panel/panel.svg") 1 1 1 1 !important; }
644644
#panel.dynamic-top-bar-white-btn {
645645
border-image: none; }
646-
#panel.unlock-screen,
647-
#panel.login-screen,
648-
#panel.lock-screen {
646+
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
649647
background-color: transparent;
650648
border-image: none; }
651649
#panel:overview {
@@ -699,13 +697,13 @@ StScrollBar {
699697
.login-screen #panel .panel-button,
700698
.lock-screen #panel .panel-button {
701699
color: #737a88; }
702-
.unlock-screen #panel .panel-button:focus,
703-
.unlock-screen #panel .panel-button:hover,
704-
.unlock-screen #panel .panel-button:active,
700+
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
705701
.login-screen #panel .panel-button:focus,
706702
.login-screen #panel .panel-button:hover,
707703
.login-screen #panel .panel-button:active,
708-
.lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active {
704+
.lock-screen #panel .panel-button:focus,
705+
.lock-screen #panel .panel-button:hover,
706+
.lock-screen #panel .panel-button:active {
709707
color: #737a88; }
710708
#panel #panelActivities.panel-button {
711709
-natural-hpadding: 12px; }
@@ -783,7 +781,7 @@ StScrollBar {
783781
width: 0.3em; }
784782

785783
.calendar {
786-
padding: 0.4em 1.75em 0.8em 2.5em; }
784+
padding: .4em 1.75em .8em 2.5em; }
787785

788786
.calendar-month-label {
789787
color: #5c616c !important;
@@ -831,7 +829,7 @@ StScrollBar {
831829
background-image: url("light-assets/misc/calendar-arrow-left.svg"); }
832830

833831
.datemenu-date-label {
834-
padding: 0.4em 1.7em;
832+
padding: .4em 1.7em;
835833
font-weight: bold;
836834
text-align: center;
837835
color: #5c616c !important;
@@ -996,7 +994,7 @@ StScrollBar {
996994
.nm-dialog-header-icon {
997995
icon-size: 32px; }
998996
.nm-dialog-scroll-view {
999-
border: 1px solid #dbdfe3;
997+
border: 1px solid #dcdfe3;
1000998
border-radius: 2px;
1001999
background-color: #ffffff; }
10021000
.nm-dialog-header {
@@ -1120,8 +1118,7 @@ StScrollBar {
11201118
border-image: url("common-assets/dash/dash-left.svg") 3 3 3 3; }
11211119
.extended.left #dash {
11221120
border-image: url("common-assets/dash/dash-extended-left.svg") 3 3 3 3; }
1123-
.right #dash,
1124-
#dash:rtl {
1121+
.right #dash, #dash:rtl {
11251122
padding: 3px 0px 3px 0px;
11261123
border-image: url("common-assets/dash/dash-right.svg") 3 3 3 3; }
11271124
.extended.right #dash {
@@ -1304,24 +1301,22 @@ StScrollBar {
13041301
color: #ffffff;
13051302
background-color: #5294E2;
13061303
border-color: #5294E2; }
1307-
.app-view-control:first-child:ltr,
1308-
.app-view-control:last-child:rtl {
1304+
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
13091305
border-radius: 2px 0 0 2px;
13101306
border-right-width: 0; }
1311-
.app-view-control:last-child:ltr,
1312-
.app-view-control:first-child:rtl {
1307+
.app-view-control:last-child:ltr, .app-view-control:first-child:rtl {
13131308
border-radius: 0 2px 2px 0;
13141309
border-left-width: 0; }
13151310

1316-
.search-provider-icon:active,
1317-
.search-provider-icon:checked,
1318-
.list-search-result:active, .list-search-result:checked {
1311+
.search-provider-icon:active, .search-provider-icon:checked,
1312+
.list-search-result:active,
1313+
.list-search-result:checked {
13191314
background-color: rgba(31, 33, 40, 0.85); }
13201315

1321-
.search-provider-icon:focus,
1322-
.search-provider-icon:selected,
1323-
.search-provider-icon:hover,
1324-
.list-search-result:focus, .list-search-result:selected, .list-search-result:hover {
1316+
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1317+
.list-search-result:focus,
1318+
.list-search-result:selected,
1319+
.list-search-result:hover {
13251320
background-color: rgba(186, 195, 207, 0.4);
13261321
transition-duration: 200ms; }
13271322

@@ -1411,8 +1406,7 @@ StScrollBar {
14111406
background-image: url(common-assets/misc/page-indicator-hover.svg); }
14121407
.page-indicator:active .page-indicator-icon {
14131408
background-image: url(common-assets/misc/page-indicator-active.svg); }
1414-
.page-indicator:checked .page-indicator-icon,
1415-
.page-indicator:checked:active {
1409+
.page-indicator:checked .page-indicator-icon, .page-indicator:checked:active {
14161410
background-image: url(common-assets/misc/page-indicator-checked.svg); }
14171411

14181412
.app-well-app > .overview-icon.overview-icon-with-label,

common/gnome-shell/3.16/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .
44

55
* Install `nvm` (https://github.com/creationix/nvm)
66

7-
* Install `gulp`
7+
* Run `nvm i` from the directory containing `.nvmrc`
88

9-
npm i -g gulp
9+
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
1010

11-
* Execute the following from the directory containing `gulpfile.js`
12-
13-
npm i
11+
* Install `gulp` with `npm i -g gulp`
1412

1513
* Edit the sass/*.scss files
1614

17-
* Regenerate the .css files by executing from the directory containing `gulpfile.js`
18-
19-
gulp
15+
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`
2016

0 commit comments

Comments
 (0)