Coder Social home page Coder Social logo

brackets-theme-update's Introduction

brackets-theme

Brackets theme update and MacOSX anti-aliasing fix.

Navigate to the www folder.

MacOSX

/Applications/Brackets Sprint 23.app/Content/www

Windows

C:\Program Files (x86)\Brackets Sprint 23\www

Make a backup of your brackets.less and brackets_theme_default.less. Replace them with the files in this repository.

You can modify the font size at line 123 and 124. It may be to large for your screen size.

.code-font() {
    color: @content-color;
    // line-height must be specified in px not em because the code font and line number font sizes are different.
    // Sizing via em will cause the code and line numbers to misalign
    line-height: 22px;
    font-size: 17px;
    font-family: 'SourceCodePro', "MS ゴシック", "MS Gothic", monospace;
}

Turns this Before

Into this After

brackets-theme-update's People

Contributors

drewhamlett avatar

Watchers

 avatar  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.