Skip to content

vedard/Arc-Theme-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A script that replace color in arc-theme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages