Open realies opened 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.
@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?
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.
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?