all repos — dotfiles @ c54cd1cd0697c687a5195a95ed1b00ef63049013

my *nix dotfiles

switch to gotham colorscheme
icyphox icyph0x@protonmail.com
Mon, 05 Feb 2018 14:51:38 +0530
commit

c54cd1cd0697c687a5195a95ed1b00ef63049013

parent

e47aeaeae2b0ce0e7149a3d2a3473b1ed102c2ea

1 files changed, 35 insertions(+), 42 deletions(-)

jump to
M .Xresources.Xresources

@@ -5,49 +5,42 @@ ! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )

!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/ ! -#define base00 #2e3440 -#define base01 #3b4252 -#define base02 #434c5e -#define base03 #4c566a -#define base04 #d8dee9 -#define base05 #e5e9f0 -#define base06 #eceff4 -#define base07 #8fbcbb -#define base08 #88c0d0 -#define base09 #81a1c1 -#define base0A #5e81ac -#define base0B #bf616a -#define base0C #d08770 -#define base0D #ebcb8b -#define base0E #a3be8c -#define base0F #b48ead +! special +*.foreground: #98d1ce +*.background: #0a0f14 +*.cursorColor: #98d1ce + +! black +*.color0: #0a0f14 +*.color8: #10151b + +! red +*.color1: #c33027 +*.color9: #d26939 + +! green +*.color2: #26a98b +*.color10: #081f2d + +! yellow +*.color3: #edb54b +*.color11: #245361 -*foreground: base05 -#ifdef background_opacity -*background: [background_opacity]base00 -#else -*background: base00 -#endif -*cursorColor: base05 +! blue +*.color4: #195465 +*.color12: #093748 -*color0: base00 -*color1: base08 -*color2: base0B -*color3: base0A -*color4: base0D -*color5: base0E -*color6: base0C -*color7: base05 +! magenta +*.color5: #4e5165 +*.color13: #888ba5 -*color8: base03 -*color9: base09 -*color10: base01 -*color11: base02 -*color12: base04 -*color13: base06 -*color14: base0F -*color15: base07 +! cyan +*.color6: #33859d +*.color14: #599caa +! white +*.color7: #98d1ce +*.color15: #d3ebe9 ! Urxvt config !---------------------

@@ -76,9 +69,9 @@ ! ------------------------------------------------------------------------------

! ROFI Color theme ! ------------------------------------------------------------------------------ rofi.color-enabled: true -rofi.color-window: base00, base00, base00 -rofi.color-normal: base00, base05, base00, base01, base0B -rofi.color-active: base01, base0B, base02, base0B, base01 +rofi.color-window: #060a0c, #060a0c, #060a0c +rofi.color-normal: #060a0c, #c5d7e3, #060a0c, #58849c, #c5d7e3 +rofi.color-active: #000, #000, #000, #000, #000 rofi.color-urgent: #e12a36, #dd2a4b, #1b2b34 rofi.font: mononoki 12 rofi.separator-style: none