Giter VIP home page Giter VIP logo

base16-textadept's People

Contributors

brynne8 avatar jasontypescodes avatar paaguti avatar rgieseke 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

base16-textadept's Issues

Philosophic/taste question

I'm using

property['style.line_number'] = 'fore:$(color.base04),back:$(color.base01)'

and

buffer:set_fold_margin_hi_color(true, property_int['color.base01'])

to provide a minimal differentiation between the text buffer and the 'surroundings' . My students sometimes seem confused by the fold_margin and take it as an additional space in the code. It's a very small help that makes the difference for me too...

Enhancement request: add Brushtrees [light|dark]

I attempted to create a set of "brushtrees" theme LUA files by doing a "save-as" of the Apathy set already availbe in this repo. I simply copy/pasted in the colour definitions into the existing files (under new names) ... but that was obviously optimistic!

The result in Textadept was surprising (looked like a "mocha" theme!), and so I obviously did something wrong.

If you could give me some tips, I would be happy to try again. Otherwise, would it be possible to get the Brushtrees (default = light) and Brushtrees Dark themes added to the textadept-themes Base 16 set? Thanks!

Embers light?

I'm so grateful for this "extension" to Textadept. :)

Is it possible to add the "Embers Light" variant to the collection? It looks like it might have been available once, but hard to tell.

Many thanks!

Suggestion: little change in the fold margin to improve reading comfort

The following small changes improves readability of the screen in dark themes a lot IMvHO

buffer:set_fold_margin_colour(true, property_int['color.base01'])
buffer:set_fold_margin_hi_colour(true, property_int['color.base02'])

Checked with:

ui.set_theme(
  'base16-twilight-dark',
  {
    font = OSX and 'Monaco' or 'Ubuntu Mono',
    fontsize = OSX and 14 or 13,
    ['style.linenumber'] = 'fore:%(color.base07),back:%(color.base02)',
  })

in my init.lua

Themes not working

Hi,
Need a help, please. I'm following the instructions adding: view:set_theme(not CURSES and 'base16-solarized-light' or 'term') to the init file but an error message appear while opening and themes dont load:
/home/my_name/.textadept/init.lua:3:attempt to call a nil value (method 'set_theme')

Textadept version 10.8 on Arch Linux

thks

color.yellow needs to be defined for the diff lexer

Hi,

I have tried to make the diff lexer in TextAdept "color.red and color.green-free". Unfortunately, I didn't succeed. In the process I have discovered that the diff lexer needs color.yellow too. I'm patching the base16 themes on my own, defining
property['color.yellow'] = property['color.base0A']
for dark themes and
property['color.yellow'] = property['color.base0D']
for light themes. This seems to fix the issue reasonably...

Best, /PA

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.