Skip to main content

README.md

1# colour-scheme
3## Steps
51. Get a new copy of the CSS files from the `alexwlchan.net` repo:
7 ```console
8 $ python3 vendor_css_files.py
9 ```
112. Generate a new set of theme files based on those colours:
13 ```console
14 $ python3 generate_palette_files.py
15 ```
17## TextMate
191. Select the **Bundles** menu bar item, then select **Edit Bundles…**.
212. Select the **Themes** bundle, then the **Themes** sub-item.
233. Right-click on one of the theme files, and select **Show in Finder**.
254. Open the `.tmTheme` file in TextEdit, and replace the `author`, `name`, and `semanticClass` values.
275. Return to the TextMate bundle editor, and copy/paste the theme file from `out` into the editor.
296. Restart TextMate.