Skip to content

Commit

Permalink
feat: update to GNOME 44
Browse files Browse the repository at this point in the history
  • Loading branch information
lonr committed Apr 21, 2023
1 parent 92e11da commit 444716e
Show file tree
Hide file tree
Showing 12 changed files with 935 additions and 827 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ We've generated a set of themes using the One Dark palette. -->
- [GTK theme](https://github.com/lonr/adwaita-one-dark/releases)
- [x] GNOME Shell theme
- [x] GTK 2 theme
- [x] GTK 3(adw-gtk3-dark) and GTK 4(libadwaita) theme recoloring
- [x] Recolor GTK 4 (libadwaita) and GTK3 (adw-gtk3-dark)
- [ ] GtkSourceView
- Terminals
- [x] [Tilix](terminals/src/tilix/README.md)
- [x] [Tilix](terminals/templates/tilix/README.md)
- [ ] Tools for creating other color variants

GNOME Shell Theme:
Expand Down
2 changes: 1 addition & 1 deletion adwaita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/fs-extra": "~9.0.13",
"@types/node": "~18.11.19",
"eslint": "~8.27.0",
"extensionless": "^1.1.0",
"extensionless": "^1.4.5",
"npm-run-all": "~4.1.5",
"rimraf": "~3.0.2",
"tsconfig": "workspace:*",
Expand Down
14 changes: 6 additions & 8 deletions adwaita/src/README.md → adwaita/templates/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# Adwaita One Dark

- [x] GNOME Shell theme. GNOME 43
- [x] GNOME Shell theme. GNOME 44
- [x] Recolor GTK 4 (libadwaita) and GTK3 ([adw-gtk3-dark](https://github.com/lassekongo83/adw-gtk3))
- [x] GTK 2 theme
- [x] [adw-gtk3-dark](https://github.com/lassekongo83/adw-gtk3) and libadwaita/GTK 4 theme recoloring
- [ ] GtkSourceView

## GNOME Shell Theme

> **Note**
> We assume you install themes in `~/.local/share/themes`
Download the `.tar.xz` file from [releases](https://github.com/lonr/adwaita-one-dark/releases) and extract the folder to `~/.local/share/themes`

Install [GNOME Tweaks](https://wiki.gnome.org/Apps/Tweaks) and [User Themes Extension](https://extensions.gnome.org/extension/19/user-themes/).

Open `gnome-tweaks` and change the shell theme. (`Appearance -- Shell`)
- Download the `.tar.xz` file from [releases](https://github.com/lonr/adwaita-one-dark/releases) and extract the folder to `~/.local/share/themes`
- Install [GNOME Tweaks](https://wiki.gnome.org/Apps/Tweaks) and [User Themes Extension](https://extensions.gnome.org/extension/19/user-themes/)
- Open `gnome-tweaks` and change the shell theme to `Adwaita-One-Dark` (`Appearance -- Shell`)

## Recolor GTK 4 (libadwaita) and GTK3 (adw-gtk3-dark)

[Install and enable](https://github.com/lassekongo83/adw-gtk3) the 3rd-party adw-gtk3-dark theme.
[Install and enable](https://github.com/lassekongo83/adw-gtk3) the 3rd-party `adw-gtk3-dark` theme.

Create the following symbolic links:

Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@material/material-color-utilities": "~0.2.0",
"@types/react": "~18.0.27",
"@types/react-dom": "~18.0.10",
"@vitejs/plugin-react-swc": "^3.1.0",
"@material/material-color-utilities": "~0.2.5",
"@types/react": "~18.0.37",
"@types/react-dom": "~18.0.11",
"@vitejs/plugin-react-swc": "^3.3.0",
"tsconfig": "workspace:*",
"typescript": "~4.9.5",
"vite": "^4.1.1"
"vite": "^4.3.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"lint": "eslint . && prettier --check ."
},
"devDependencies": {
"@types/node": "^18.11.19",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@types/node": "^18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.27.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.8.3",
"prettier": "^2.8.7",
"tsconfig": "workspace:*",
"turbo": "^1.7.3",
"turbo": "^1.9.3",
"typescript": "^4.9.5"
},
"packageManager": "pnpm@7.26.3",
"packageManager": "pnpm@8.3.1",
"engines": {
"node": ">=19.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/node": "~18.11.19",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"rimraf": "^4.4.1",
"typescript": "~4.9.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "rimraf dist && tsc"
},
"dependencies": {
"@material/material-color-utilities": "~0.2.0",
"@material/material-color-utilities": "~0.2.5",
"deepmerge": "~4.2.2",
"is-mergeable-object": "~1.1.1",
"tsconfig": "workspace:*"
Expand All @@ -29,7 +29,7 @@
"@types/node": "~18.11.19",
"eslint": "~8.27.0",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"rimraf": "^4.4.1",
"typescript": "~4.9.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tsconfig",
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2"
"rimraf": "^4.4.1"
},
"engines": {
"node": ">=19.6.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"dependencies": {
"color": "workspace:*",
"fs-extra": "~10.1.0",
"nunjucks": "~3.2.3",
"nunjucks": "~3.2.4",
"palette": "workspace:*",
"sass": "~1.56.2",
"slug": "~8.2.2"
},
"devDependencies": {
"@types/chroma-js": "~2.1.4",
"@types/chroma-js": "~2.1.5",
"@types/fs-extra": "~9.0.13",
"@types/node": "~18.11.19",
"@types/nunjucks": "~3.2.1",
"@types/nunjucks": "~3.2.2",
"@types/slug": "~5.0.3",
"eslint": "~8.27.0",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"rimraf": "^4.4.1",
"tsconfig": "workspace:*",
"typescript": "~4.9.5"
},
Expand Down
Loading

0 comments on commit 444716e

Please sign in to comment.