commit 898b7f71f81ba9314dcb5b57f9ff9736c1a4caa5
parent d9136a8afa4f0948f863c68f000875d4e54a9aec
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 7 Nov 2016 21:04:12 +0000
Merge remote-tracking branch 'origin'
Diffstat:
4 files changed, 47 insertions(+), 10 deletions(-)
diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua
@@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then
end
themedir = themes .. themename
-wallpaper1 = themedir .. "/mr_robot_bg_dark.jpg"
+wallpaper1 = themedir .. "/wires.jpg"
wallpaper2 = themedir .. "/background.png"
wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png"
wallpaper4 = sharedthemes .. "/default/background.png"
@@ -49,13 +49,13 @@ theme.bg_urgent = "#212121"
theme.bg_minimize = "#121212"
theme.fg_normal = "#d9d9d9"
-theme.fg_focus = "#01c8e5"
+theme.fg_focus = "#00ccff"
theme.fg_urgent = "#ff0056"
theme.fg_minimize = "#ababab"
-theme.border_width = "1"
+theme.border_width = "2"
theme.border_normal = "#515151"
-theme.border_focus = "#01c8e5"
+theme.border_focus = "#00ccff"
theme.border_marked = "#ff0056"
-- There are other variable sets
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults
@@ -39,7 +39,7 @@ urxvt.iso14755: false
! special
*.foreground: #d9d9d9
-*.background: #010101
+*.background: #0b0b0b
*.cursorColor: #d9d9d9
! black
@@ -47,11 +47,11 @@ urxvt.iso14755: false
*.color8: #656565
! red
-*.color1: #b3473d
+*.color1: #ee1122
*.color9: #d9d9d9
! green
-*.color2: #168298
+*.color2: #aa00ff
*.color10: #d9d9d9
! yellow
@@ -59,7 +59,7 @@ urxvt.iso14755: false
*.color11: #d9d9d9
! blue
-*.color4: #446688
+*.color4: #1188ff
*.color12: #d9d9d9
! magenta
@@ -67,7 +67,7 @@ urxvt.iso14755: false
*.color13: #d9d9d9
! cyan
-*.color6: #01c8e5
+*.color6: #00ccff
*.color14: #d9d9d9
! white
diff --git a/urxvt/drugsandwires.Xcolors b/urxvt/drugsandwires.Xcolors
@@ -0,0 +1,36 @@
+! special
+*.foreground: #d9d9d9
+*.background: #0b0b0b
+*.cursorColor: #d9d9d9
+
+! black
+*.color0: #222222
+*.color8: #656565
+
+! red
+*.color1: #aa00ff
+*.color9: #d9d9d9
+
+! green
+*.color2: #55ccff
+*.color10: #d9d9d9
+
+! yellow
+*.color3: #d9d9d9
+*.color11: #d9d9d9
+
+! blue
+*.color4: #1188ff
+*.color12: #d9d9d9
+
+! magenta
+*.color5: #d9d9d9
+*.color13: #d9d9d9
+
+! cyan
+*.color6: #00ccff
+*.color14: #d9d9d9
+
+! white
+*.color7: #d9d9d9
+*.color15: #d9d9d9
+\ No newline at end of file
diff --git a/zsh/.zsh/minimal-prompt.zsh b/zsh/.zsh/minimal-prompt.zsh
@@ -12,4 +12,4 @@
#
#█▓▒░ minial prompt
# PROMPT='${USER_LEVEL}[%F{white}%1~${USER_LEVEL}]$(prompt_git_info)── -%f '
-PROMPT='%F{blue}${USERNAME}@%F{white}[$HOSTNAME] : %~# '
+PROMPT='%F{cyan}${USERNAME}@%F{white}[$HOSTNAME] : %~# '