- Notifications
You must be signed in to change notification settings - Fork0
ThoughtWorksInc/thoughtworks-theme
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a collection of IDEs theme based on the (new) Thoughtworks Brand Guidelines color palette. The color palette is also as the same as the colors in our keynote template.
There are READMEs in every directory such asJetBrains
,Terminal
,VisualStudioCode
, and so on. Find what you want and install the themes by the instruction.
Basically there're several ways to contribute this repository.
- Define a theme in your IDE and export it as a importable setting patch.
- Export a readable theme file(e.g.
xml
) and convert it within the ThoughtWorks colors(Docs). - Check if there is instruction in the corresponding README and follow it.
The convertor developed underpython3
and via TDD way. It will convert all the color-like string (#[0-9a-f]{6}
) in a readable theme file to the nearest color (least euclidean distance) in palette.
You can use it like,
python3 convert.py ThoughtWorks.palette<readable_theme_file>
in which theThoughtWorks.palette
is a palette file with lines of color-like string.
And also test the convertor by
python3 test_convert.py
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.