rgieseke / base16-textadept

Base16 themes for the Textadept editor
58 stars 10 forks source link

Philosophic/taste question #8

Open paaguti opened 4 years ago

paaguti commented 4 years ago

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

rgieseke commented 4 years ago

Great to hear it used with students, i think TA is a great choice for that!

Personally, i use https://github.com/rgieseke/ta-common/blob/master/highlight.lua for a similar effect to highlight the currently active view.

I'll might experiment with that ...!

rgieseke commented 4 years ago

How do you distribute the themes? Do you make them install it? If it's preconfigured you could probably add this to their initial config?

paaguti commented 4 years ago

Hi Robert,

wir arbeiten (COVID bedingt) im Home-Office und stellen den Studenten VMs zur Verfügung. In den letzten drei Monaten habe ich 8 VMs generiert.

Ich installiere TextAdept mit selbstgenerierten .deb Paketen und einer Basiskonfiguration für Lua-, Python- und BASH-Programmierung. Die füge einen Script zu, um die base16 Themes zu installieren.

Ich persönlich arbeite mit Emacs schon seit einer Ewigkeit (+/- 30 Jahren), jetzt vielleicht intensiver, seit ich meine Vorlesungen mit dem orgmode+Beamer/LaTEX generiere.

Schönen Gruß, /PA

On Wed, 15 Jul 2020 at 14:03, Robert Gieseke notifications@github.com wrote:

How do you distribute the themes? Do you make them install it? If it's preconfigured you could probably add this to their initial config?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rgieseke/base16-textadept/issues/8#issuecomment-658727543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZKU4HKC3XVZPQG4IL2HRLR3WLHZANCNFSM4O2NZGKA .

-- Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellet zu werden Georg Kreisler

rgieseke commented 4 years ago

Na das klingt ja nach völliger Flexibilität :-)

paaguti commented 4 years ago

Solange die Puste nicht ausgeht!

:-)

On Thu, 16 Jul 2020 at 14:55, Robert Gieseke notifications@github.com wrote:

Na das klingt ja nach völliger Flexibilität :-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rgieseke/base16-textadept/issues/8#issuecomment-659392228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZKU4GX65GIKENUCMSC6FTR332FLANCNFSM4O2NZGKA .

-- Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellet zu werden Georg Kreisler