We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's what to add to your ~/.emacs if you want a similar* expirience in the terminal
~/.emacs
(set 'xterm-standard-colors ;; Terminal setup '(("black" 0 (38 34 32 )) ("red" 1 (175 95 95 )) ("green" 2 (135 135 95 )) ("yellow" 3 (188 188 108)) ("blue" 4 (102 108 127)) ("magenta" 5 (205 121 152)) ("cyan" 6 (109 151 138)) ("white" 7 (187 187 187)) ("brightblack" 8 (143 148 148)) ("brightred" 9 (187 104 104)) ("brightgreen" 10 (132 145 85 )) ("brightyellow" 11 (197 197 99 )) ("brightblue" 12 (135 175 175)) ("brightmagenta" 13 (201 135 160)) ("brightcyan" 14 (124 162 150)) ("brightwhite" 15 (221 208 192))) )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's what to add to your
~/.emacs
if you want a similar* expiriencein the terminal
The text was updated successfully, but these errors were encountered: