A gnome-shell-theme inspired by the anime Banana Fish.
- Make directories
Adwaita-bananafish/gnome-shell/
in~/.themes
mkdir -p ~/.themes/Adwaita-bananafish/gnome-shell
- Copy
gnome-shell/gnome-shell.css
to~/.themes/Adwaita-bananafish/gnome-shell/
cp gnome-shell/gnome-shell.css ~/.themes/Adwaita-bananafish/gnome-shell/
- Select the shell theme from gnome-tweaks application.
- Followed directory structure of Nordic
- Use
gulp
to compile, in a similar way as this, follow steps 1-4 except 3
npm init
npm install gulp gulp-sass node-sass gulp-concat --save-dev
- Use the provided
Gulpfile.js
for step 3 above.
npm run scss
📝 NOTE: The gnome-shell-theme uses the base colors (from the 8 defined here), however, since it is built on Adwaita, some shades of them such as lighten, darken, transparentize, etc. are bound to exist. Nevertheless, they look good. 😉