Skip to content

Commit

Permalink
Merge branch 'mr-upstream-123' into develop (sonph#123)
Browse files Browse the repository at this point in the history
Resolves sonph#89
Resolves sonph#122

* mr-upstream-123:
  Create OneHalfLight.Xresources
  Create OneHalfDark.Xresources
  • Loading branch information
dwettstein committed Nov 13, 2023
2 parents 766d3c4 + 57977cd commit 04745f7
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
36 changes: 36 additions & 0 deletions xterm/OneHalfDark.Xresources
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
! 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
37 changes: 37 additions & 0 deletions xterm/OneHalfLight.Xresources
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
! 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

0 comments on commit 04745f7

Please sign in to comment.