added Xorg themeing
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
! -----------------------------------------------------------------------------
|
|
||||||
! File: gruvbox-dark.xresources
|
|
||||||
! Description: Retro groove colorscheme generalized
|
|
||||||
! Author: morhetz <morhetz@gmail.com>
|
|
||||||
! Source: https://github.com/morhetz/gruvbox-generalized
|
|
||||||
! Last Modified: 6 Sep 2014
|
|
||||||
! -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
! hard contrast: *background: #1d2021
|
|
||||||
*background: #282828
|
|
||||||
! soft contrast: *background: #32302f
|
|
||||||
*foreground: #ebdbb2
|
|
||||||
! Black + DarkGrey
|
|
||||||
*color0: #282828
|
|
||||||
*color8: #928374
|
|
||||||
! DarkRed + Red
|
|
||||||
*color1: #cc241d
|
|
||||||
*color9: #fb4934
|
|
||||||
! DarkGreen + Green
|
|
||||||
*color2: #98971a
|
|
||||||
*color10: #b8bb26
|
|
||||||
! DarkYellow + Yellow
|
|
||||||
*color3: #d79921
|
|
||||||
*color11: #fabd2f
|
|
||||||
! DarkBlue + Blue
|
|
||||||
*color4: #458588
|
|
||||||
*color12: #83a598
|
|
||||||
! DarkMagenta + Magenta
|
|
||||||
*color5: #b16286
|
|
||||||
*color13: #d3869b
|
|
||||||
! DarkCyan + Cyan
|
|
||||||
*color6: #689d6a
|
|
||||||
*color14: #8ec07c
|
|
||||||
! LightGrey + White
|
|
||||||
*color7: #a89984
|
|
||||||
*color15: #ebdbb2
|
|
||||||
+46
@@ -48,6 +48,7 @@
|
|||||||
- [[#vscode-1][VSCode]]
|
- [[#vscode-1][VSCode]]
|
||||||
- [[#qtile-1][Qtile]]
|
- [[#qtile-1][Qtile]]
|
||||||
- [[#alacritty-1][Alacritty]]
|
- [[#alacritty-1][Alacritty]]
|
||||||
|
- [[#xorg][Xorg]]
|
||||||
- [[#git][Git]]
|
- [[#git][Git]]
|
||||||
- [[#installation][Installation]]
|
- [[#installation][Installation]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
@@ -2582,6 +2583,51 @@ text = "CellBackground"
|
|||||||
cursor = "CellForeground"
|
cursor = "CellForeground"
|
||||||
text = "CellBackground"
|
text = "CellBackground"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Xorg
|
||||||
|
#+begin_src config :tangle ~/.Xresources
|
||||||
|
! DO NOT EDIT THIS FILE DIRECTLY
|
||||||
|
! This is a file generated from a literate programing source file
|
||||||
|
! You should make any changes there and regenerate it from Emacs org-mode
|
||||||
|
! using org-babel-tangle (C-c C-v t)
|
||||||
|
|
||||||
|
! -----------------------------------------------------------------------------
|
||||||
|
! File: gruvbox-dark.xresources
|
||||||
|
! Description: Retro groove colorscheme generalized
|
||||||
|
! Author: morhetz <morhetz@gmail.com>
|
||||||
|
! Source: https://github.com/morhetz/gruvbox-generalized
|
||||||
|
! Last Modified: 6 Sep 2014
|
||||||
|
! -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
! hard contrast: *background: #1d2021
|
||||||
|
*background: #282828
|
||||||
|
! soft contrast: *background: #32302f
|
||||||
|
*foreground: #ebdbb2
|
||||||
|
! Black + DarkGrey
|
||||||
|
*color0: #282828
|
||||||
|
*color8: #928374
|
||||||
|
! DarkRed + Red
|
||||||
|
*color1: #cc241d
|
||||||
|
*color9: #fb4934
|
||||||
|
! DarkGreen + Green
|
||||||
|
*color2: #98971a
|
||||||
|
*color10: #b8bb26
|
||||||
|
! DarkYellow + Yellow
|
||||||
|
*color3: #d79921
|
||||||
|
*color11: #fabd2f
|
||||||
|
! DarkBlue + Blue
|
||||||
|
*color4: #458588
|
||||||
|
*color12: #83a598
|
||||||
|
! DarkMagenta + Magenta
|
||||||
|
*color5: #b16286
|
||||||
|
*color13: #d3869b
|
||||||
|
! DarkCyan + Cyan
|
||||||
|
*color6: #689d6a
|
||||||
|
*color14: #8ec07c
|
||||||
|
! LightGrey + White
|
||||||
|
*color7: #a89984
|
||||||
|
*color15: #ebdbb2
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Git
|
* Git
|
||||||
** Installation
|
** Installation
|
||||||
#+begin_src conf :tangle pkg-list.txt
|
#+begin_src conf :tangle pkg-list.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user