Changing the default color scheme
See original GitHub issueHi all,
I have bee trying to change the default color scheme to no avail. Some people pointed out here that It’s “Material” (and thats the name it says in the settings) one which is clearly not the case because the color codes don’t even match when I go into customize. Manually searched for them and saw them in tabby-terminal/src/config.ts
. Changing these doesn’t seem to do anything.
What am I missing here?
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Change the default theme - Microsoft Support
The default theme is Office Theme, with a white background and dark, subtle colors. When you apply a new theme, Office Theme is...
Read more >Change default color scheme – Divi Extended Documentation
Change default color scheme · Go to Appearance >> Customizer >> General Settings >> Layouts Setting and change the Theme access color. ·...
Read more >How to set default vim colorscheme - Stack Overflow
The default colorscheme, "for all vim sessions", is not set simply by adding a line to your ~/.vimrc , as all of the...
Read more >How do I change the default color theme?
Begin by choosing Edit>Preferences · Select the Theme tab · Here, you can change the default number of classes in the color theme,...
Read more >How to change Default Color Scheme in Windows Terminal
How to change Default Color Scheme in Windows Terminal · Click on the drop-down arrow and then select Settings. · It will open...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you change it in the code, you’ll also need to remove the saved value from the current config file, as it gets copied over on the first start.
I want to customise the default one in the source code itself. So if I am to build it, it would use the one I specified. I am open to just specify one of the community ones as the default rather than changing the colours themselves.