MCPcopy Index your code
hub / github.com/dhedgecock/radical-vscode

github.com/dhedgecock/radical-vscode @v3.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.3.0 ↗ · + Follow
9 symbols 28 edges 18 files 1 documented · 11% updated 2y agov3.0.0 · 2021-11-07★ 7412 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

VSCode Radical Theme

marketplace version   

downloads   

rating

A dark theme for radical hacking inspired by retro futuristic design.

  • Search and find code anywhere with optimized highlighting backgrounds and opacities.
  • Diff code changes smartly with readable diff background colors.
  • Peek view code like a pro with dark accents backgrounds and pink border highlights.
  • Looks pretty rad ヘ( ^o^)ノ\(^_^ )


Peek View

The peek view background provides a dark accent to the editor background, highlighted with pink borders. This makes peeking symbol references (⇧F12) or peeking symbol definitions (⌥F12) stand out against the editor contents.


Terminal Colors

Screenshots are using Powerlevel10k theme with Oh My Zsh with Meslo for the font. (Terminal colors are also available for iTerm in the Github repo)


Extension Theming

If you'd like to theme some popular extensions to match Radical, these are the colors used in the screenshots.

Git Graph

{
  "git-graph.graphColours": [
    "#FF428E",
    "#A8FFEF",
    "#DFF959",
    "#F7A409",
    "#F834BB",
    "#2BF5E9",
    "#D831D7",
    "#FF594C"
  ]
}

Bracket Pair Colorizer 2

If you'd like to add some flair into the editor the Bracket Pair Colorizer extension is a nice way to mix in some neon pops.

{
  "bracket-pair-colorizer-2.colors": ["#DFF959", "#F834BB", "#2BF5E9", "#D831D7"]
}

Import Cost

Highlight large packages using neon and translucent colors with the Import Cost extension.

{
  "importCost.smallPackageColor": "#d043cf4d",
  "importCost.mediumPackageColor": "#d043cf80",
  "importCost.largePackageColor": "#F834BB"
}


Feedback

Feedback on the theme is very much appreicated 🙌 There are three Github issues in the theme repo for providing comments and suggestions directly:


Recommended Fonts

Theme screenshots are using the font 'Hasklug Nerd Font', which is a Nerd Font version of Hasklig. Terminal screenshots are using the Powerlevel10k terminal theme with MesloLGS NF font.


🙌 Thanks 💖

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 7
Enum 1
Interface 1

Languages

TypeScript89%
Python11%

Modules by API surface

examples/jsx-component.tsx3 symbols
theme/utils.ts2 symbols
examples/typescript.ts2 symbols
examples/python.py1 symbols
examples/brackets.js1 symbols

For agents

$ claude mcp add radical-vscode \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page