color scheme #51
crazymonkyyy
started this conversation in
General
Replies: 1 comment 2 replies
-
you don't need a full path with opend's import by default, you just put the file oyu want next to the source file https://github.com/adamdruppe/minigui-samples/blob/master/notepad.d#L7 look at that for example it doesn't matter what dir you are in when you build it, cuz it looks for the directory of notepad.d then adds icons/notepad.png to that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like having access to color schemes at the drop of a hat, and I have a database that I keep around, thats eventually became a very dumb csv
My code for accessing it isnt up to my standards, and you do need a -J, which while theres a -J=. by default; I dont believe full paths are implemented
a) ship old code as is, damn the consequences
b) update it to runtime, have instructions in comments to copy and paste a file into your project
c) make it just raw code(its 19.2 kb as a csv)
Beta Was this translation helpful? Give feedback.
All reactions