Adara

UUID: Adara
Last edited:
4 years ago 2019-06-07, 13:48
Last commit: [5b68add5] Update Adara (#575)

Just a neutral theme.

README

Close

Adara Cinnamon theme

Just a neutral theme

Installation

Cinnamon Settings (recommended)

Go to Settings > Themes and search for "Adara".

From source

Clone this repository and run make install or make install-dark.

Cinnamon Spices

Go here and download the theme. Then extract the content into your ~/.theme folder.


Developing

Run ./utils.sh watch to automatically compile and reload the theme. It will create a link in ~/.themes.

It's important to run utils.sh from its containing directory.

Contributing

Contributions are accepted via GitHub pull requests here. Please, if you modify any image resource, run ./utils.sh simplify before creating a commit.

IMPORTANT: Never edit CSS files directly. They are overriden at build.

Build dependencies

  • sassc: compile sass files
  • inotifywait (inotify-tools): watch for changes (optional)
  • scour: remove svg metadata (optional)

License

Adara theme for Cinnamon
Copyright (C) 2018 Germán Franco <dev.germanfr@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Log In To Comment!

6 Comments

Rootyjr
Rootyjr-5 years ago
This is a great theme! Nice work!
Tetractys
Tetractys-5 years ago
Very nice! however, I cannot find the corresponding theme for Controls and Window Borders. What I missed?
Germán Franco
Germán Franco-5 years ago
There is no such. You can match it with Adwaita or whatever you like the most.
kylebriffa7
kylebriffa7-5 years ago
Very nice theme. However when I hover/click the mouse on any 1px at the bottom it is unresponsive. How can I fix this. Thanks
Germán Franco
Germán Franco-5 years ago
This a known Cinnamon issue and it is already solved for the next version. Just wait. Meanwhile you can go to the `cinnamon.css` file and remove the border of the `.panel-bottom` class.
kylebriffa7
kylebriffa7-5 years ago
"border: none;" for .panel-bottom works well. Cheers!