CMYK colourrrs :: A colour theme/scheme for editors and terminals

software developer && gamer passionate about software development && games ... catch my twitch streams on twitch where I stream: https://twitch.tv/techygrrrl
Search for a command to run...

software developer && gamer passionate about software development && games ... catch my twitch streams on twitch where I stream: https://twitch.tv/techygrrrl
No comments yet. Be the first to comment.
About 2 days ago, I learned that you can use web APIs to edit video. In the past, I've used ffmpeg, which is an amazing open-source cross-platform command line tool that pretty much every company uses

If you’ve been reading my blog or watching my Twitch streams you may have already seen me talk about text-to-speech apps. If not, a quick overview: I built a text-to-speech app for Windows using C# and Windows Presentation Framework. You can read ab...

sf6vid is a command line tool that allows you to censor player data in a Street Fighter 6 game play video. How it works sf6vid is a command line tool. In order to use it you need to install it and execute the file from your terminal. In the future th...

I made a user script as a gist for making the Twitch Dev site use dark mode. It should work on all dev.twitch.tv and dev.twitch.com pages at the /docs path. If you find a bug, let me know in the blog or gist comments. https://gist.github.com/techygrr...

Problem Currently, Twitch has both dark and light modes for the UI, but when you go into Theatre Mode, your preference for light mode is ignored and you're forced to use dark mode. Many users find it easier to read in light mode, but the option to vi...

techygrrrl's blog
9 posts
Twitch streamer from Canada. If I'm not playing video games 🕹 I'm probably coding and developing websites or apps 👩🏻💻
Yesterday, I made cmyk colourrrs, a colour theme for editors and terminals.
Currently, there's support for the following:
You can install the theme from the Visual Studio Code marketplace or Open VSX




You can get the UI theme and colour scheme for Jetbrain's IDE's from the Github repository.




You can get the theme for Xcode from the CMYK colourrrs Xcode Github repository.
Just download, close Xcode, and put in the following directory before relaunching:
~/Library/Developer/Xcode/UserData/FontAndColorThemes

You can install the iTerm 2 theme off Github: https://github.com/techygrrrl/techygrrrl-cmyk-colourrrs-iterm
At this time, there is only a dark theme for iTerm 2.

Fadiinho made a version of CMYK for Neovim.
You can get the CMYK theme for Neovim on Github.

If you're a developer, you may be able to relate to building a tool to help you do something faster. Well, I did that! In order to help me be more productive in building the theme, I built a tool to help me pick colours faster. You can see the colour picker tool here: https://u1tlwy.csb.app
It's built in React with TypeScript and Sass and has the following features:
theme toggle to switch between light and dark backgrounds
animated random colour picking to change the button and line accent colour
click to copy to clipboard to make it easier to paste the colour into the JSON file
animated random active line number selecting
You can see a preview of light and dark modes below.


If you are interested in making a theme and you think it'll help you, you're welcome to use the above colour picker if you provide a link back. Click the "Open Sandbox" button at the bottom right of this page. Please provide attribution with a link back to either my website, this blog post, or the original sandbox. Please also change stuff up so it doesn't look exactly like the original.