Skip to content
New issue

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

Terminal emacs (-nw) #1

Closed
TruncatedDinoSour opened this issue Nov 11, 2022 · 0 comments
Closed

Terminal emacs (-nw) #1

TruncatedDinoSour opened this issue Nov 11, 2022 · 0 comments

Comments

@TruncatedDinoSour
Copy link
Member

Here's what to add to your ~/.emacs if you want a similar* expirience
in the terminal

(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)))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant