Coder Social home page Coder Social logo

Comments (4)

TobiasFaller avatar TobiasFaller commented on June 5, 2024

Ok, I have now updated and slightly modified some colors for the light mode.
The used colors were only optimized for dark mode up to now.
@WebFreak001 What do you think about the new colors?

UpdatedLightColors

from vscode-vt100-syntax-highlight.

TobiasFaller avatar TobiasFaller commented on June 5, 2024

These are the colors I used:

    "vt100.foreground-color-inverted": {
        "light": { "color": "#C7C7C7"}
    },
    "vt100.foreground-color-black": {
        "light": {"color": "#000000"}
    },
    "vt100.foreground-color-red": {
        "light": {"color": "#cd3131"}
    },
    "vt100.foreground-color-green": {
        "light": {"color": "#00bc00"}
    },
    "vt100.foreground-color-yellow": {
        "light": {"color": "#939800"}
    },
    "vt100.foreground-color-blue": {
        "light": {"color": "#0452a5"}
    },
    "vt100.foreground-color-magenta": {
        "light": {"color": "#bc05bc"}
    },
    "vt100.foreground-color-cyan": {
        "light": {"color": "#0597bc"}
    },
    "vt100.foreground-color-light-gray": {
        "light": {"color": "#555555"}
    },
    "vt100.foreground-color-light-red": {
        "light": {"color": "#E70000"}
    },
    "vt100.foreground-color-light-green": {
        "light": {"color": "#00D900"}
    },
    "vt100.foreground-color-light-yellow": {
        "light": {"color": "#DCE300"}
    },
    "vt100.foreground-color-light-magenta": {
        "light": {"color": "#DC00DC"}
    },
    "vt100.foreground-color-light-cyan": {
        "light": {"color": "#00BEEC"}
    },
    "vt100.foreground-color-white": {
        "light": {"color": "#C7C7C7"}
    }

from vscode-vt100-syntax-highlight.

TobiasFaller avatar TobiasFaller commented on June 5, 2024

You can use the following file for testing purposes: https://github.com/TobiasFaller/vscode-vt100-syntax-highlight/blob/master/sample/sample2.vt100

from vscode-vt100-syntax-highlight.

WebFreak001 avatar WebFreak001 commented on June 5, 2024

yeah I like those, it's nice if it works out of the box for both dark and light themes

from vscode-vt100-syntax-highlight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.