Skip to content

Commit

Permalink
Update theme CBlack (#430)
Browse files Browse the repository at this point in the history
* Update 1.5 theme

* Update 1.5 theme v1

* Update 1.4 theme v2
  • Loading branch information
cloweling authored and brownsr committed Jul 7, 2018
1 parent 7ab6948 commit fbe29da
Show file tree
Hide file tree
Showing 31 changed files with 1,186 additions and 1,124 deletions.
18 changes: 18 additions & 0 deletions CBlack/CHANGELOG.md
@@ -1,3 +1,21 @@
### Update 1.4
* Changing the style of the calendar
* Modified the folder list panel (gtk)
* Change the individual transparency of panels
* Modified the list style of cinnamon programs
* Modified the search engine of the cinnamon theme

### Update 1.3
* I adapted the theme of cinnamon 3.8
* The Arc theme with personal variations was added by default
* The transparency of the menus was removed
* Edges were added to the menus and panel just like the Arc theme
* The default font is Noto but it supports ubuntu and cantarell
* The list of open programs was modified with a more comfortable style
* The size of the horizontal and vertical panels was modified
* The notification was modified with a clearer style
* It will clean svg files that has no utility

### Update 1.1
* Added license.
* Changed the search engine style for a better adaptation with unofficial menu applets.
Expand Down
29 changes: 27 additions & 2 deletions CBlack/README.md
@@ -1,3 +1,28 @@
Theme based on the original cinnamon with Arc
## Installation

* Recommendation to use Arc theme with Arc icons with Moka.
* Download the zip file and extract the folder.
* Move the document to the .themes folder located in the personal folder

## Extra

* Includes the theme Arc for gtk / gtk + with personal modifications.

### Change the transparency of the panels, for this you must look for the following code
```
.panel-left {
background color: rgba (20, 20, 20, 0.8);
}
.panel-right {
background color: rgba (20, 20, 20, 0.8);
}
.panel-top {
background color: rgba (20, 20, 20, 1);
}
.panel-bottom {
background color: rgba (20, 20, 20, 1);
}
```
Modify the last value, in the case of the left / right is 0.8 and top / bottom part is 1. You can only put a value from 0 to 1 taking into account decimals, with total transparency 0 and no transparency 1.

0 comments on commit fbe29da

Please sign in to comment.