All Projects → vedard → Arc-Theme-Generator

vedard / Arc-Theme-Generator

Licence: other
A script that replace color in arc-theme

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Arc-Theme-Generator

YouTube-DeepDark
Videos should only be watched in the dark. May the dark be kinder on thine eyes. (YouTube dark theme)
Stars: ✭ 140 (+775%)
Mutual labels:  arc-theme
MyAnimeList-DeepDark
Satisfy thy craving for anime and organization. May the dark be kinder on thine eyes. (MyAnimeList Dark Theme)
Stars: ✭ 30 (+87.5%)
Mutual labels:  arc-theme
Stylus-DeepDark
Write thy themes in the dark. May the dark be kinder on thine eyes. (Stylus dark theme)
Stars: ✭ 43 (+168.75%)
Mutual labels:  arc-theme
TeleArc
TeleArc - Arc theme for Telegram Desktop
Stars: ✭ 40 (+150%)
Mutual labels:  arc-theme

Arc Theme Generator

This script let you replace colors in the arc-theme by updating every .scss, .svg, .xml, .rc and gtkrc files

Usage

  1. Clone the arc-theme repository
  2. Run arc-theme-generator
  3. Then you can follow the installation procedure in the arc-theme README.
# Only change the main color to red
python arc-theme-generator.py -c "#cc575d" /path/to/arc-theme-repo

# Change the main color to green (Screenshots below)
# Change all background/header to black
# Remove all bold font 
python arc-theme-generator.py -c "#3D8E91" --variant "black" --without-bold /path/to/arc-theme-repo

If you want to generate a new theme you need to reset all modification in the arc-theme repository with a git reset --hard.

Screenshot

Arc

Arc-Darker

Arc-Dark

Optional arguments

Option Description
--color Change the main color
--variant Change the color of the header and the background. There is currently 2 variant (black and grey)
--without-bold Remove the font-weight: bold in the css
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].