tomorrow-night-deepblue-theme.el - A beautiful deep blue Emacs theme

The Tomorrow Night Deepblue Emacs theme is a beautiful deep blue variant of the Tomorrow Night theme, which is renowned for its elegant color palette that is pleasing to the eyes. The Tomorrow Night Deepblue theme features a deep blue background color that creates a calming atmosphere. The theme is also a great choice for those who miss the blue themes that were trendy a few years ago. (Show your support by ⭐ starring tomorrow-night-deepblue-theme on GitHub to help more Emacs users discover it.) Table of Contents Screenshot Installation Authors Links Screenshot The theme was inspired by classic text editors … Continue reading

Vim: Tango color scheme for Vim's built-in Terminal

The following code snippet will allow you to apply the Tango Dark color scheme to the Vim's built-in terminal and ensure that the terminal's color scheme remains consistent, even if you change the Vim color scheme with the ':colorscheme' command. The snippet uses autocmd to ensures that the Vim terminal's color scheme remains Tango Dark. For more information about Vim's built-in terminal: