dempfi / ayu

🎨🖌 Modern Sublime Text theme
MIT License
4.29k stars 322 forks source link

Add amoled theme #185

Open realies opened 6 years ago

realies commented 6 years ago

Would be great to add a completely black sub-theme to the package. Somewhere half-way through there, although can't get some elements such as the input field background and pointer to change colours. Any tips?

screen shot 2018-03-28 at 11 18 54
dempfi commented 6 years ago

Hi, @realies. That colour scheme looks awesome 👏

Caret uses the accent colour, and inputs use panel background. So if you change them everything should build properly. One thing to take into account is that you will have to restart Sublime for input colour changes to be applied.

realies commented 6 years ago

@dempfi, glad you like it! Wonder where common.accent.hex and ui.panel.bg.hex are defined? Tried looking through the subleme-theme and tmTheme files for the rgb and hex values for those colours but not finding much! Tried restarting, perhaps cached?

dempfi commented 6 years ago

Source files are here https://github.com/dempfi/ayu/tree/master/src. You need to edit only them. Rest will be autogenerated.

Run yarn in the package root to install dependencies and then yarn watch to auto build on source files change.