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

Add Xresources for Xterm #122

Open
ghost opened this issue Dec 1, 2021 · 1 comment · May be fixed by #123
Open

Add Xresources for Xterm #122

ghost opened this issue Dec 1, 2021 · 1 comment · May be fixed by #123

Comments

@ghost
Copy link

ghost commented Dec 1, 2021

OneHalfDark.Xresources

! special
*.foreground:   #dcdfe4
*.background:   #282c34
*.cursorColor:  #dcdfe4

! black
*.color0:       #282c34
*.color8:       #282c34

! red
*.color1:       #e06c75
*.color9:       #e06c75

! green
*.color2:       #98c379
*.color10:      #98c379

! yellow
*.color3:       #e5c07b
*.color11:      #e5c07b

! blue
*.color4:       #61afef
*.color12:      #61afef

! magenta
*.color5:       #c678dd
*.color13:      #c678dd

! cyan
*.color6:       #56b6c2
*.color14:      #56b6c2

! white
*.color7:       #dcdfe4
*.color15:      #dcdfe4

OneHalfLight.Xresources

! special
*.foreground:   #383a42
*.background:   #fafafa
*.cursorColor:  #383a42

! black
*.color0:       #383a42
*.color8:       #4f525e

! red
*.color1:       #e45649
*.color9:       #e06c75

! green
*.color2:       #50a14f
*.color10:      #98c379

! yellow
*.color3:       #c18401
*.color11:      #e5c07b

! blue
*.color4:       #0184bc
*.color12:      #61afef

! magenta
*.color5:       #a626a4
*.color13:      #c678dd

! cyan
*.color6:       #0997b3
*.color14:      #56b6c2

! white
*.color7:       #fafafa
*.color15:      #ffffff

@ghost
Copy link
Author

ghost commented Dec 1, 2021

See also #89

@ghost ghost linked a pull request Dec 1, 2021 that will close this issue
dwettstein added a commit to dwettstein/onehalf that referenced this issue Nov 13, 2023
Resolves sonph#89
Resolves sonph#122

* mr-upstream-123:
  Create OneHalfLight.Xresources
  Create OneHalfDark.Xresources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants