base16-textadept icon indicating copy to clipboard operation
base16-textadept copied to clipboard

Base16 themes for the Textadept editor

Results 2 base16-textadept issues
Sort by recently updated
recently updated
newest added

I'm using `property['style.line_number'] = 'fore:$(color.base04),back:$(color.base01)'` and ```buffer:set_fold_margin_color(true, property_int['color.base01']) 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...