Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

squeeble-ink/vscode.trepid-ink

Repository files navigation

Trepid Ink (Deprecated)

A color theme for Visual Studio Code designed to be more then just a theme. Integrated with a comment higlight extension for todo's and fix me's.
The theme Trepid Ink is inspired and cloned from the original Trepid build by EnKrypt

IMPORTANT NOTE

The idea was that this is a theme that does more. However with some people only wanting the theme I am going to stop updating this theme extention.

This does not mean that the comment highlighter or theme will discontinue.
I will be moving the comment higlighter to a new extention.
As well the theme will move to a new theme pack.

  • deco-it the new theme
    Extension identifier: squeeble.deco-it
  • mint-it the new comment highlighting
    Extension identifier: squeeble.mint-it

Trepid Ink

Trepid Ink
Trepid Ink

Features

Note that colors are incorrect because of mp4 to gif convertion Trepid Ink Comments

Custom comment highlights:

This extension contributes the following settings:

  • trepid-ink.delay:
    Delay it takes to style the comments
    NOTE: Do not set it on 0!
  • trepid-ink.comments:
    All / Block / Single / No
    Sets which comments you want to highlight
  • trepid-ink.tags:
    The "style" can have all vscode theming:
    "trepid-ink.tags": [
      {
        "style": {
          "color": "#6bf7f7"
        },
        "tag": "NOTE"
      },
      {
        "style": {
          "color": "#ff893a"
        },
        "tag": "TODO"
      },
      {
        "style": {
          "color": "#ff3333"
        },
        "tag": "FixMe"
      }
    ]

Supported languages

  • JavaScript
  • TypeScript
  • CSS
  • C++

Roadmap / Updates vs Trepid

[vN.N.N] when fist added in a version or removed

  • Themes
    • [v0.0.1] Trepid Ink
      • Updating: New render engine
      • Renaming: Trepid Bright => Trepid Ink
    • [v0.0.1] Trepid Ink Soft
      • REMOVED in [v0.1.0]
        Because small to no differences. May be added back in a later version
      • Updating: New render engine
      • Renaming: Trepid => Trepid Ink Soft
    • Trepid Ink Bright
      • Adding light edition for the light coders
    • Trepid Ink Light
      • NOTE: Low to no change of being added
      • Adding a softer color palette version of the Trepid Ink Brighty
  • Funtions
    • [v0.2.0] Comments
      • NOTE highlights
      • TODO highlights
      • FixMe highlights
    • [v0.2.0] Comments Settings
      • Custom highlights