Coder Social home page Coder Social logo

vinhnx / ciapre.tmtheme Goto Github PK

View Code? Open in Web Editor NEW
65.0 7.0 4.0 609 KB

Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.

Home Page: https://packagecontrol.io/packages/Ciapre%20Color%20Scheme

color-scheme ciapre palette sublime-text color-palette theme pallete color-pallete patreon star font

ciapre.tmtheme's Introduction

Ciapre - an easy on the eyes Sublime Text/TextMate color scheme.

🎨 Check out my Ciapre theme suite πŸ‘ˆ

Installation

Just search for Ciapre in Sublime Text's Package Control Manager & install it.

Then, in menu bar, browse to Preferences > Color Scheme and choose your desired one!

Comes with two different colors

⭐ Dark

Ciapre Black

⭐ Blue

Ciapre

  • Pallete #D9487D #383B73 #171C26 #BFB38F #A63333 ciapreblue-theme

sample code from jQuery source

Credit

Tips

--

SublimeText 3

Tested on ST3.

It's just some HEX strings within messy XML, so no problem found. :)

NOTE on SublimeText 3 build 3143

Press COMMAND+D to open preferences editor

insert or modify "color_scheme" property to point to the installed Ciapre package

"color_scheme": "Packages/Ciapre Color Scheme/Ciapre.tmTheme"

If the theme is not found or not working, open this folder and check if it exists.

~/Library/Application Support/Sublime Text 3/Packages/Ciapre Color Scheme

If it doesn't exist, please try to install from Package Control and try again.

Contribution

Contributton are very welcome. If you come across to port to another platform based on the color pallete above, please consider sending me a Pull Request.

Thank you!

Ciapre on Other Platforms

Thanks all for your works! 🍺

What's With The Name?

Just random, really!

Patreon

I also have a Patreon in case you want to support my work. Thank you in advance!

https://www.patreon.com/vinhnx

Footnote

I really really love this theme, I was just a stoke in inspriration a long while ago. So please help me spread this to the world if you like this theme. Thank you!

ciapre.tmtheme's People

Contributors

ahjadann avatar bitdeli-chef avatar vinhnx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ciapre.tmtheme's Issues

Black background with some languages on Ciapre

Hi. Thank you for this great theme.

Even if CiapreBlack works great, I get some problems with the blue version.
In some languages, the code has a black background (I’m using Sublime Text 3 under Ubuntu).

Twig works correctly:
twig

But not PHP:
php

Or Yaml:
yaml

Any idea how to fix the problem?
Thank you very much.

Edit: Actually the problem is the same in the black version:

No problem with Twig:
black_twig

But problem with PHP…:
black_php

…And Yaml:
black_yaml

Second Edit:

Found a solution. I changed in Ciapre.tmTheme and CiapreBlack.tmTheme this portion of code:

    <dict>
        <key>name</key>
        <string>Embedded source</string>
        <key>scope</key>
        <string>text source, string.unquoted</string>
        <key>settings</key>
        <dict>
            <key>background</key>
            <string>#1D1D1D</string>
            <key>foreground</key>
            <string>#B9AA99</string>
        </dict>
    </dict>

I changed the settings > background color to the one that was in the top of the document.

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.