Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
fix window header border
Browse files Browse the repository at this point in the history
  • Loading branch information
reorr committed Jun 10, 2017
1 parent 2c5adb4 commit c5b0f18
Show file tree
Hide file tree
Showing 481 changed files with 1,461 additions and 1,356 deletions.
8 changes: 4 additions & 4 deletions color.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
directory=$HOME'/.themes/xfcolorize/'

last_window_color=354283
last_ancent_color=D997AE
last_ancent2_color=76A9C9
last_window_color=322F22
last_ancent_color=C5A68E
last_ancent2_color=84A271

new_window_color=$1
new_ancent_color=$2
Expand All @@ -19,7 +19,7 @@ ASSETS_DIR22="$directory"gtk-3.22/assets
INDEX="$directory"gtk-3.0/assets.txt
WM_LIST="$directory"xfwm4/list.txt
RM_ASSETS_GTK_3="$directory"gtk-3.0/rm_assets.txt
RM_ASSETS_GTK_2="$directory"gtk-2.0/rm_assets.txt
RM_ASSETS_GTK_2="$directory"gtk-2.0/rm_assets.txtdwaaw

echo Changing window color
find "$directory"xfwm4/ -type f -exec sed -i s/"$last_window_color"/"$new_window_color"/g {} \;
Expand Down
28 changes: 3 additions & 25 deletions dotfiles/.config/termite/config
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,16 @@ filter_unmatched_urls = true
#modify_other_keys = false

[colors]
#cursor = #dcdccc
#foreground = #666666
foreground = #DDDDDD
#foreground_bold = #444444
foreground_bold = #CCCCCC
#background = #FAFBFC
background = #354283
foreground = #FFFFFF
foreground_bold = #DDDDDD
background = #322F22

# 20% background transparency (requires a compositor)
#background = rgba(63, 63, 63, 0.8)

# if unset, will reverse foreground and background
highlight = #2f2f2f

# colors from color0 to color254 can be set
#color0 = #3f3f3f
#color1 = #705050
#color2 = #60b48a
#color3 = #dfaf8f
#color4 = #506070
#color5 = #dc8cc3
#color6 = #8cd0d3
#color7 = #dcdccc
#color8 = #709080
#color9 = #dca3a3
#color10 = #c3bf9f
#color11 = #f0dfaf
#color12 = #94bff3
#color13 = #ec93d3
#color14 = #93e0e3
#color15 = #ffffff

color0= #000000
color1= #9e1828
color2= #aece92
Expand Down
Binary file modified dotfiles/.themes/xfcolorize/chrome/adapta-theme/Cached Theme.pak
Binary file not shown.
Loading

0 comments on commit c5b0f18

Please sign in to comment.