Skip to content

Commit

Permalink
Replace the default Cinnamon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc committed Aug 25, 2024
1 parent c7eedb1 commit a223dac
Show file tree
Hide file tree
Showing 40 changed files with 3,274 additions and 2,383 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
data/theme/cinnamon.css
debian/*.debhelper
debian/*.log
debian/*.substvars
Expand Down
9 changes: 8 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ install_subdir(
install_dir: pkgdatadir,
)

subdir('theme')

install_subdir(
'theme',
exclude_files: ['theme-changelog.txt'],
exclude_files: [
'theme-changelog.txt',
'meson.build',
'parse-sass.sh'
],
exclude_directories: ['cinnamon-sass'],
install_dir: pkgdatadir,
)

Expand Down
116 changes: 116 additions & 0 deletions data/theme/add-workspace-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions data/theme/add-workspace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a223dac

Please sign in to comment.