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

[Xresources/XTerm] Explictly define cursorColor, fixed erroneous color and used color macros #138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 40 additions & 21 deletions xresources/gruvbox-dark.xresources
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,53 @@
! Description: Retro groove colorscheme generalized
! Author: morhetz <[email protected]>
! Source: https://github.com/morhetz/gruvbox-generalized
! Last Modified: 6 Sep 2014
! Last Modified: 27 February 2024
! -----------------------------------------------------------------------------
! hard contrast: #define bg0h #1d2021
! soft contrast: #define bg0s #32302f
#define bg #282828
#define fg1 #ebdbb2
#define black #282828
#define darkred #cc241d
#define darkgreen #98971a
#define darkyellow #d79921
#define darkblue #458588
#define darkpurple #b16286
#define darkaqua #689d6a
#define lightgray #a89984
#define gray #928374
#define red #fb4934
#define green #b8bb26
#define yellow #fabd2f
#define blue #83a598
#define purple #d3869b
#define aqua #8ec07c
#define white #ebdbb2

! hard contrast: *background: #1d2021
*background: #282828
! soft contrast: *background: #32302f
*foreground: #ebdbb2
*background: bg
*foreground: fg1
! Black + DarkGrey
*color0: #282828
*color8: #928374
*color0: black
*color8: gray
! DarkRed + Red
*color1: #cc241d
*color9: #fb4934
*color1: darkred
*color9: red
! DarkGreen + Green
*color2: #98971a
*color10: #b8bb26
*color2: darkgreen
*color10: green
! DarkYellow + Yellow
*color3: #d79921
*color11: #fabd2f
*color3: darkyellow
*color11: yellow
! DarkBlue + Blue
*color4: #458588
*color12: #83a598
*color4: darkblue
*color12: blue
! DarkMagenta + Magenta
*color5: #b16286
*color13: #d3869b
*color5: darkpurple
*color13: purple
! DarkCyan + Cyan
*color6: #689d6a
*color14: #8ec07c
*color6: darkaqua
*color14: aqua
! LightGrey + White
*color7: #a89984
*color15: #ebdbb2
*color7: lightgray
*color15: white
*cursorColor: white
61 changes: 40 additions & 21 deletions xresources/gruvbox-light.xresources
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,53 @@
! Description: Retro groove colorscheme generalized
! Author: morhetz <[email protected]>
! Source: https://github.com/morhetz/gruvbox-generalized
! Last Modified: 6 Sep 2014
! Last Modified: 27 February 2024
! -----------------------------------------------------------------------------
! hard contrast: #define bg0h #f9f5d7
! soft contrast: #define bg0s #f2e5bc
#define bg #fbf1c7
#define fg #3c3836
#define darkred #cc241d
#define darkgreen #98971a
#define darkyellow #d79921
#define darkblue #458588
#define darkpurple #b16286
#define darkaqua #689d6a
#define lightgray #7c6f64
#define gray #928374
#define red #9d0006
#define green #79740e
#define yellow #b57614
#define blue #076678
#define purple #8f3f71
#define aqua #427b58
#define white #3c3836

! hard contrast: *background: #f9f5d7
*background: #fbf1c7
! soft contrast: *background: #f2e5bc
*foreground: #3c3836

*background: bg
*foreground: fg
! Black + DarkGrey
*color0: #fdf4c1
*color8: #928374
*color0: bg
*color8: gray
! DarkRed + Red
*color1: #cc241d
*color9: #9d0006
*color1: darkred
*color9: red
! DarkGreen + Green
*color2: #98971a
*color10: #79740e
*color2: darkgreen
*color10: green
! DarkYellow + Yellow
*color3: #d79921
*color11: #b57614
*color3: darkyellow
*color11: yellow
! DarkBlue + Blue
*color4: #458588
*color12: #076678
*color4: darkblue
*color12: blue
! DarkMagenta + Magenta
*color5: #b16286
*color13: #8f3f71
*color5: darkpurple
*color13: purple
! DarkCyan + Cyan
*color6: #689d6a
*color14: #427b58
*color6: darkaqua
*color14: aqua
! LightGrey + White
*color7: #7c6f64
*color15: #3c3836
*color7: lightgray
*color15: white
*cursorColor: white