From 16f4273bcc9ece03ce09028f365f3c6b378b1d03 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sun, 18 Feb 2024 22:40:06 +0100 Subject: [PATCH] added Xorg themeing --- Xorg/.Xresources | 36 ------------------------------------ config.org | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 36 deletions(-) delete mode 100755 Xorg/.Xresources diff --git a/Xorg/.Xresources b/Xorg/.Xresources deleted file mode 100755 index 5beeba2..0000000 --- a/Xorg/.Xresources +++ /dev/null @@ -1,36 +0,0 @@ -! ----------------------------------------------------------------------------- -! File: gruvbox-dark.xresources -! Description: Retro groove colorscheme generalized -! Author: morhetz -! 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 diff --git a/config.org b/config.org index 393d8c8..7dbc3d1 100644 --- a/config.org +++ b/config.org @@ -48,6 +48,7 @@ - [[#vscode-1][VSCode]] - [[#qtile-1][Qtile]] - [[#alacritty-1][Alacritty]] + - [[#xorg][Xorg]] - [[#git][Git]] - [[#installation][Installation]] - [[#configuration][Configuration]] @@ -2582,6 +2583,51 @@ text = "CellBackground" cursor = "CellForeground" text = "CellBackground" #+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 +! 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 ** Installation #+begin_src conf :tangle pkg-list.txt