Giter Site home page Giter Site logo

retext-themes's Introduction

ReText Themes

Configurations

ReText stores all of its configuration in a text file: ~/.config/ReText project/ReText.conf.
See the possible configuration options

You can change

  • the theme of the window, using Qt stylesheets.
    Add appStyleSheet=/home/YOUR_USERNAME/.config/ReText project/YOUR_FILE.qss to the configuration file

    Example (retext.qss):

    QTextEdit {
      color: black;
      background-color: white;
    }
    
  • the color scheme of the text editor, using a [ColorScheme] section in the configuration file

    Example (ReText.conf):

    [ColorScheme]
    htmlTags=green
    htmlSymbols=#ff8800
    htmlComments=#abc
    
  • the color scheme of the preview, using CSS.
    Add styleSheet=/home/YOUR_USERNAME/.config/ReText project/YOUR_FILE.css
    and useWebKit=true to the configuration file

    Example (preview.css):

    body {
      color: black;
      background-color: white;
    }
    

Of course, don't forget to put the files in that directory, then restart ReText to see the changes.

Prebuild Color Schemes

Theme CSS QSS Conf Preview Source
Default retext-project
Github EndangeredMassa
QDarkStyle snailhome
Monokai geekthis
Monokai Minimal geekthis
Solarized geekthis
Solarized Light geekthis
Breeze Dark cognifloyd
Markdown Taupe jasonm23
Houdini shotgunsoftware
Markdown elclanrs

retext-themes's People

Contributors

a-mt avatar mikeperalta1 avatar

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.