Coder Social home page Coder Social logo

Comments (5)

petethepig avatar petethepig commented on May 14, 2024

At the meantime, your only option is to download the source code and manually edit the colours (https://github.com/petethepig/devtools-terminal/blob/master/panel/app.js#L204)
And then, open chrome://extensions/ and add the extension.

from devtools-terminal.

jasonkarns avatar jasonkarns commented on May 14, 2024

Hoping someone ports Solarized soon :)

from devtools-terminal.

jonathan-beebe avatar jonathan-beebe commented on May 14, 2024

Here is my 1st attempt at the Solarized Dark theme in devtools-terminal. While this does not perfectly match my iTerm Solarized Dark theme, it works especially well when using vim in devtools-terminal:

  DefaultColorThemes['monokai'] = ColorTheme('#272822', '#F6F5EE', [
    '#002b36',//0 - black
    '#dc322f',//1 - red
    '#859900',//2 - green
    '#b58900',//3 - yellow
    '#268bd2',//4 - blue
    '#d33682',//5 - pink
    '#2aa198',//6 - light blue
    '#fdf6e3',//7 - white
    //bright
    '#002b36',//8
    '#073642',//9
    '#586e75',//10
    '#657b83',//11
    '#839496',//12
    '#93a1a1',//13
    '#eee8d5',//14
    '#fdf6e3' //15
  ]);

(https://github.com/petethepig/devtools-terminal/blob/master/panel/app.js#L204)

from devtools-terminal.

timoyuen avatar timoyuen commented on May 14, 2024

can kindly how to manually add the app.js back to the extension?

from devtools-terminal.

jonathan-beebe avatar jonathan-beebe commented on May 14, 2024

In the extensions view check the "Developer mode" box and use "Load unpacked extension..." to load in the edited code. Or you can try "Update extensions now" and it might update based on your local changes.

from devtools-terminal.

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.