A dark PyCharm / IntelliJ theme with a cyber edge: pure-black chrome, electric-blue lead accents, and hot-pink pops — wrapped around your choice of a navy or pure-black editor with warm gold syntax.
It ships as independent layers:
- IDE chrome — "Cyber Ice" — pure-black toolbars, tabs, tool windows and popups, with electric-blue accents (buttons, active-tab underline, focus, caret) and hot-pink pops (badges, completion-match highlight, link hover, bookmarks).
- Editor color scheme — "GuydAI" — navy
#0a0e1abackground with gold keywords, blue functions, green strings and purple numbers. - Editor color scheme — "GuydAI Pure Black" — same palette, near-black
#030507background for OLED / max-contrast setups.
One install ships both editor schemes — pick whichever fits your monitor in Settings → Editor → Color Scheme.
IDE chrome
| Role | Hex | Used for |
|---|---|---|
| Black | #04050a |
Title bar, main toolbar, menu bar |
| Chrome | #080a12 |
Tool windows, project tree, tab strip, status bar |
| Card | #0e131f |
Inputs, popups, menus, completion |
| Border | #18202e |
Separators, outlines |
| Electric blue | #38bdf8 |
Lead — buttons, active-tab underline, focus rings, carets, progress, links, checkboxes |
| Hot pink | #ff2e97 |
Pops — counters/badges, completion match, link hover, bookmarks |
| Green | #34d399 |
Run icon |
| Selection | #0d2c44 |
Selected rows / text |
Editor syntax
| Role | Hex | Role | Hex | |
|---|---|---|---|---|
| Background (Navy) | #0a0e1a |
Strings | #34d399 |
|
| Background (Pure Black) | #030507 |
Numbers / constants | #a78bfa |
|
| Keywords | #D4AF37 |
Built-ins | #5eead4 |
|
| Classes / decorators | #FFE9A3 |
Comments | #6b7591 |
|
| Functions | #60a5fa |
Requires a JetBrains IDE on the New UI (PyCharm / IntelliJ IDEA / etc., 2024.1+).
Theme + editor scheme (recommended):
- Download
GuydAI-Theme.jar. - In your IDE: Settings → Plugins → ⚙ → Install Plugin from Disk… → select the
.jar. - Click Restart IDE when prompted.
- Settings → Appearance & Behavior → Appearance → Theme → "GuydAI".
Selecting the theme applies the default GuydAI editor color scheme. To switch to the pure-black variant: Settings → Editor → Color Scheme → "GuydAI Pure Black".
Editor colors only (no chrome):
Settings → Editor → Color Scheme → ⚙ → Import Scheme… → select either
GuydAI.icls or GuydAI-PureBlack.icls.
The plugin is just three files (src/) zipped into a .jar. To rebuild after edits:
./build.ps1Entry paths inside the JAR must use forward slashes, so
build.ps1uses the .NET zip API directly rather thanCompress-Archive(which writes backslashes and produces a JAR the IDE can't read).
GuydAI-Theme.jar installable plugin (chrome + both editor schemes)
GuydAI.icls standalone editor color scheme (navy)
GuydAI-PureBlack.icls standalone editor color scheme (pure black)
build.ps1 rebuilds the .jar from src/
src/
META-INF/plugin.xml plugin manifest
guydai.theme.json UI chrome theme
GuydAI.icls navy editor scheme bundled into the jar
GuydAI-PureBlack.icls pure-black editor scheme bundled into the jar
preview/ browser mockups + screenshots
MIT © GuydAI
