one-dark/gtk-3.0
yutent 9201d80660 panel背景色改为不透明 2023-03-14 21:42:57 +08:00
..
assets update 2022-05-13 18:38:41 +08:00
sass panel背景色改为不透明 2023-03-14 21:42:57 +08:00
README.md update 2022-05-06 12:48:10 +08:00
assets.svg update 2022-05-13 18:38:41 +08:00
assets.txt update 2022-05-13 18:38:41 +08:00
gtk.css panel背景色改为不透明 2023-03-14 21:42:57 +08:00
render-assets.sh update 2022-05-13 18:38:41 +08:00
thumbnail.png update 2022-05-06 12:48:10 +08:00

README.md

This theme uses libsass to process the sass/*.scss. Never edit any of the .css files manually.

Editing the theme

In most cases edits will done in sass/_common.scss or sass/_applications.scss. This is where the style of each widget is actually defined. The sass directory contains several other supporting style sheets:

  • _colors.scss This file contains the global color definitions

  • _colors-public.scss SCSS colors exported through gtk to allow for 3rd party apps color mixing

  • _drawing.scss Drawing helper mixins/functions to allow for easier definition of widget drawing

Once you have made your edits run ./parse-sass.sh to update the css files

--

Editing the images in the assets folder

  • Open the assets.svg file in inkscape. Each object in the .svg file corresponds to an image in the assets folder.

  • Find the object you want to edit and make your changes. Important: Don't change the obejct id.

  • Save assets.svg and delete the images corresponding to the edited .svg objects from the assets folder (or just delete everything in the assets folder).

  • Run ./render-assets.sh from a terminal.

Cinnamon 主题 (版本 >= 5.2)
CSS 38.8%
SCSS 34.1%
C 26.4%
JavaScript 0.4%
Shell 0.3%