https://github.com/rollecode/vivaldi-minimal
Ultra minimal Safari-like Vivaldi browser theem.
https://github.com/rollecode/vivaldi-minimal
Last synced: 27 days ago
JSON representation
Ultra minimal Safari-like Vivaldi browser theem.
- Host: GitHub
- URL: https://github.com/rollecode/vivaldi-minimal
- Owner: rollecode
- Created: 2021-02-26T15:40:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T21:38:30.000Z (over 5 years ago)
- Last Synced: 2026-05-02T13:33:34.734Z (28 days ago)
- Language: SCSS
- Homepage:
- Size: 269 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Minimal Vivaldi layout
[](https://github.com/ronilaukkarinen/vivaldi-minimal/releases) [](https://github.com/ronilaukkarinen/vivaldi-minimal)
[](https://github.com/ronilaukkarinen/weed/graphs/contributors)
[](https://twitter.com/rolle)
This Vivaldi theme (custom CSS) makes the browser more minimal and macOS Safari-like.
## Requirements
- macOS or Windows 10
- Vivaldi ≥ 3.6
## Features
- Supports all color themes
- Tabs under address bar
- Less buttons
- No new tab button
- No profile button
- No sync and trash tabs buttons
- No search bar
- No favicons
- Equal width tabs (like in Safari)
- Centered tab titles (like in Safari)
- No tab bar visible if there's only one tab (like in Safari)
- Remove speed dial related things like dials and extra search input to have _real blank_ new tab page instea of that about:blank bug

With multiple tabs open.

With only one tab open.
## Installation
1. Git clone this repository to your documents (not downloads folder)
2. Open [vivaldi://experiments](vivaldi://experiments)
3. Enable "Allow for using CSS modifications"
4. Open Appearance section in settings
5. If you are using macOS, choose dist/mac folder under this repository, if Windows, choose dist/windows. **Please note:** For Windows you need to disable home, first and last buttons from the toolbar for menu button to fit! Also on Windows there's limited space in the title bar so a tool like [AltDrag](https://stefansundin.github.io/altdrag/) is useful here.
6. Restart Vivaldi
If you want even more cleaner look, disable left side panel by pressing F4 and change **Appearance > Status Bar** to _Status Info Overlay_.
If you are interested in my Midnight theme colors, they are:
**Background:** #161b2e
**Foreground:** #8489b3
**Highlight:** #6272a4
**Accent:** #0c1220
No tickboxes in **Theme Preferences**.
## Development
1. `cd /path/to/vivaldi-minimal`
2. `npm install`
3. `scss --watch src/mac/custom.scss:dist/mac/custom.css --style compressed` or `scss --watch src/windows/custom.scss:dist/windows/custom.css --style compressed`
4. Start coding by running in separate Terminal: `code .` or just use any editor you wish
5. Open [vivaldi://inspect/#apps](vivaldi://inspect/#apps) and click first Inspect to Inspect the browser UI