All Projects → Tiamarth → Arc-for-Vivaldi

Tiamarth / Arc-for-Vivaldi

Licence: GPL-3.0 license
Make Vivaldi integrate with Arc.

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to Arc-for-Vivaldi

Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (+453.33%)
Mutual labels:  custom
Kingcercode
单个输入框验证码样式
Stars: ✭ 216 (+620%)
Mutual labels:  custom
WP-Media-Uploader
Easily create a custom media upload button in WordPress admin dashboard that you can use in your plugin
Stars: ✭ 25 (-16.67%)
Mutual labels:  custom
Val
VirtualDOM abstraction layer - give yourself better integration and full control over the DOM with any virtual DOM library that uses a Hyperscript-like API such as React and Preact.
Stars: ✭ 181 (+503.33%)
Mutual labels:  custom
Forwardemail.net
The best free email forwarding for custom domains (Web Server)
Stars: ✭ 211 (+603.33%)
Mutual labels:  custom
Transition
Easy interactive interruptible custom ViewController transitions
Stars: ✭ 2,566 (+8453.33%)
Mutual labels:  custom
Animatedgraph
Animated Graph which you can include in your application to show information in more attractive way
Stars: ✭ 162 (+440%)
Mutual labels:  custom
vscode-icons-manager--electron
Manage vscode icons by Dhanish Gajjar easy with ease
Stars: ✭ 22 (-26.67%)
Mutual labels:  custom
Customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Stars: ✭ 211 (+603.33%)
Mutual labels:  custom
Yi Hack Allwinner
Custom firmware for Yi 1080p camera based on Allwinner platform
Stars: ✭ 243 (+710%)
Mutual labels:  custom
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (+500%)
Mutual labels:  custom
Revealbanner
🚀🚀🚀 滑动特效banner
Stars: ✭ 209 (+596.67%)
Mutual labels:  custom
React Native Perspective Image Cropper
Perform custom crop, resizing and perspective correction 📐🖼
Stars: ✭ 223 (+643.33%)
Mutual labels:  custom
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (+456.67%)
Mutual labels:  custom
harmony-discord
Harmony theme for Discord
Stars: ✭ 12 (-60%)
Mutual labels:  custom
Phoenix Ecto Encryption Example
🔐 A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types
Stars: ✭ 166 (+453.33%)
Mutual labels:  custom
Pinterestlayout
Custom collection view layout inspired by Pinterest layout. Written in Swift.
Stars: ✭ 219 (+630%)
Mutual labels:  custom
imgbed
📒多接口/自定义接口的文件/图片上传
Stars: ✭ 38 (+26.67%)
Mutual labels:  custom
privacy-settings
Guide to privacy settings for most major softwares and services.
Stars: ✭ 97 (+223.33%)
Mutual labels:  vivaldi
Jest Expect Message
Add custom message to Jest expects 🃏🗯
Stars: ✭ 240 (+700%)
Mutual labels:  custom

Arc-for-Vivaldi

Arc for Vivaldi is a custom css file that integrates Vivaldi's UI with Arc (or Arc Grey), a popular GTK theme. Optionally integrate with Arc Grey instead of vanilla Arc.

User drakkar1969 forked this skin and almost completely rewrote it. You might like his fork more than mine, find his fork here

Note: drakkar's css is much nicer and more customizable than mine, and he changed way more of the interface than I did. Moreover he's more active in updating his fork than I am in updating this. My time is mostly being focused on other projects nowadays, especially Isabella. I'll still maintain Arc for Vivaldi until drakkar's fork gets enough attention to replace it, and I will help with issues if you find any. However I highly recommend you switch to drakkar's fork because I don't even use Arc or this skin anymore, and am working on a new one. Sorry for any inconvenience.

Installation

First, find style in your Vivaldi install directory. It should be in the following places depending on your platform:

Linux: /opt/vivaldi/resources/vivaldi/style
Windows: %localappdata%\Vivaldi\Application\[version]\resources\vivaldi\style
Mac: /Applications/Vivaldi.app/Contents/Versions/[version]/Vivaldi Framework.framework/Resources/vivaldi/style

Now,

If you just want to integrate with Arc, save arc.css in the style folder. (You should be left with a folder structure like this: resources/vivaldi/style/arc.css)
Then open resources/vivaldi/browser.html in a text and add the following to <head>
<link rel="stylesheet" href="style/arc.css" />

If you want to integrate with arc-grey instead of Arc, save arc-grey.css in the same folder as arc.css and then open browser.html again and add <link rel="stylesheet" href="style/arc-grey.css" /> under the code from the last step.

If you want to use the Arc window buttons instead of Vivaldi's default window buttons, save the arc folder in style as well.

Note: You may like the way this theme generally looks but not want to use Arc's window buttons. If you'd prefer not to use Arc's window buttons, open arc.css in a text editor and find line 173 for instructions on how to not use them.

Also note: Arc's scrollbars only get applied to internal pages and, as far as I know, there's nothing I can do about that from within a custom css file for Vivaldi. But I also wrote a userstyle that you can use to apply the scrollbars on websites. Install it here.

Note also: Because Vivaldi features a built-in theme editor, it is easier to create a custom Arc theme and then to use this CSS on top of that theme. This custom CSS is necessary to integrate with Arc because you cannot currently customize every aspect of Vivaldi from the editor. See below.

Arc theme settings: Arc Dark theme settings: Arc Darker theme settings:
Background: #e7e8eb Background: #2f343f Background: #f5f6f7
Foreground: #303030 Foreground: #d3dae3 Foreground: #7a8b94
Highlight: #5294e2 Highlight: #5294e2 Highlight: #5294e2
Accent: #f9f9fa Accent: #383c4a Accent: #2f343f
[ ] Apply Accent Color to Window [ ] Apply Accent Color to Window [x] Apply Accent Color to Window
[x] Transparent Tabs [x] Transparent Tabs [x] Transparent Tabs
Corner Rounding: 2px Corner Rounding: 2px Corner Rounding: 2px
Arc Grey theme settings: Arc Grey Dark theme settings: Arc Grey Darker theme settings:
Background: #e8e8e8 Background: #383838 Background: #f5f5f5
Foreground: #757575 Foreground: #dbdbdb Foreground: #6b6b6b
Highlight: #999999 Highlight: #999999 Highlight: #999999
Accent: #f5f5f5 Accent: #4a4a4a Accent: #4a4a4a
[ ] Apply Accent Color to Window [ ] Apply Accent Color to Window [x] Apply Accent Color to Window
[x] Transparent Tabs [x] Transparent Tabs [x] Transparent Tabs
Corner Rounding: 2px Corner Rounding: 2px Corner Rounding: 2px

Screenshots:

Imgur Album: https://imgur.com/a/jMSWq

Need more help? Get in touch!


pre-github changelog | AFV thread on the Vivaldi forums

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].