Open mykolav opened 5 years ago
Thank you for your support! You might have a point that the default color scheme is not appealing to a number of people. There is one complicating factor, which is that a color scheme that appeals to more people will probably need to use the 256 color palette, and that is not always available. So I'm trying to figure out a way to deal with this problem, such that even the 8/16 color scheme looks (more) appealing. This is something that needs to be figured out for themes in general, so it's good to work on that now.
I can confirm that the blue background per default is a killer. On every machine I install tilde on, the first thing I do is change the background color to black.
For a more appealing default theme, maybe just the mono colour scheme with a few tweaks?
I, too am surprised that tilde isn't more widely known. I think working on the colors (look at vs code for example) would help push the popularity a bit more.
Just my personal stupid note: i am heavy user of FAR, and i am pretty OK and like classic blue of Norton and FAR. would put it to the end of all other priorities. just note
I can confirm that the blue background per default is a killer. On every machine I install tilde on, the first thing I do is change the background color to black.
Hi @tjaacks Tim , could you let me know how to change the default background. Didn't get much help from google.
I can confirm that the blue background per default is a killer. On every machine I install tilde on, the first thing I do is change the background color to black.
Hi @tjaacks Tim , could you let me know how to change the default background. Didn't get much help from google.
@AnmolRajTiwari see #45.
I, too am surprised that tilde isn't more widely known. I think working on the colors (look at vs code for example) would help push the popularity a bit more.
Here's the colour scheme I've settled on, which works well with the Elementary terminal's dark theme:
From ~/.config/tilde/config:
attributes {
brace_highlight = ( "bold" )
button_selected = ( "fg 253", "bg blue", "bold" )
dialog = ( "fg black", "bg white" )
dialog_selected = ( "fg white", "bg black", "bold" )
hotkey_highlight = ( "fg blue", "underline", "bold" )
menubar = ( "fg white", "bg black" )
menubar_selected = ( "fg blue", "bg black", "reverse" )
meta_text = ( "fg default", "dim" )
non_print = ( "dim" )
scrollbar = ( "fg black", "bg 8" )
shadow = ( "fg default", "bg black", "dim" )
text = ( "bg default" )
text_cursor = ( "fg blue", "bg 253", "reverse", "blink" )
text_selected = ( "fg 253", "bg 12" )
text_selection_cursor2 = ( "fg 253", "bg 39" )
text_selection_cursor = ( "fg 253" )
}
It only needs a little adjustment to work well with a light theme:
attributes {
brace_highlight = ( "bold" )
button_selected = ( "fg 253", "bg blue", "bold" )
dialog = ( "fg black", "bg white" )
dialog_selected = ( "fg white", "bg black", "bold" )
hotkey_highlight = ( "fg blue", "underline", "bold" )
menubar = ( "fg black", "bg white" )
menubar_selected = ( "fg blue", "bg black", "reverse" )
meta_text = ( "fg default", "dim" )
non_print = ( "dim" )
scrollbar = ( "fg black", "bg 8" )
shadow = ( "fg default", "bg black", "dim" )
text = ( "bg default" )
text_cursor = ( "fg blue", "bg 253", "reverse", "blink" )
text_selected = ( "fg 253", "bg 12" )
text_selection_cursor2 = ( "fg 253", "bg 39" )
text_selection_cursor = ( "fg 253" )
}
I wonder if a script could be used to just substitute in "themes". No idea how to do it myself though.
I think a Wikipedia article should get more visibility. Then add to Comparison of Text Editor will do the rest: https://en.wikipedia.org/wiki/Comparison_of_text_editors
To an answer on https://askubuntu.com/questions/920147/what-editor-can-i-use-as-a-simple-vi-vim-alternative/1413069#1413069 I tried adding a screenshot of Tilde (the one from https://github.com/gphalkes/tilde/), but on https://askubuntu.com/review/suggested-edits/1293268 the change was rejected (arguing that "This edit deviates from the original intent of the post. Even edits that must make drastic changes should strive to preserve the goals of the post's owner."). (??? . Also, other answers have screenshots)
Maybe someone else can try it and have better luck.
To an answer on https://askubuntu.com/questions/920147/what-editor-can-i-use-as-a-simple-vi-vim-alternative/1413069#1413069
I saw Tilde is already in prev Reply from June 2022. I added there the link to screenshot
Upvoted the answer recommending tilde.
@Ganton
Maybe someone else can try it and have better luck.
Looks like I got lucky. My edits have been accepted. Added a screenshot and a bit of details about Tilde. That answer looks like this now.
Hello, This isn't really a bug report.
Thank you for Tilde. It's an awesome TUI editor.
I can't believe this project has only 30 stars while micro has over 11000.
Of course, micro is a great editor! But to me Tilde is literally everything micro set out to be and so much more. E. g., micro still doesn't have replace in selection.
Here's a wild guess: people are put off by the default Norton Commander style color scheme.
Objectively speaking, there's absolutely nothing wrong with the NC-style colors. But I bet a lot of people don't even bother to install and give Tilde a chance once they see the colors on a screenshot...
Please consider switching the default colors to something a bit more hipster-friendly :) Monokai, maybe? Tilde doesn't even need to implement themes as such -- just change the defaults. And then upload screenshots with the new colors instead of the old ones :)
I really hope this projects gets more popular, as it deserves to be!