Material colorscheme woo
This commit is contained in:
51
.Xresources
51
.Xresources
@@ -1,31 +1,38 @@
|
|||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
urxvt.font: xft:DejavuSansMono:pixelsize=9
|
urxvt.font: xft:DejavuSansMono:pixelsize=12
|
||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
|
|
||||||
! tangoesque scheme
|
*background: #282828
|
||||||
*background: #111111
|
*foreground: #eceff1
|
||||||
*foreground: #eeeeee
|
|
||||||
! Black (not tango) + DarkGrey
|
! Black + DarkGrey
|
||||||
*color0: #000000
|
*color0: #1d272b
|
||||||
*color8: #444743
|
*color8: #263238
|
||||||
|
|
||||||
! DarkRed + Red
|
! DarkRed + Red
|
||||||
*color1: #ff6565
|
*color1: #c62828
|
||||||
*color9: #ff8d8d
|
*color9: #cc241d
|
||||||
|
|
||||||
! DarkGreen + Green
|
! DarkGreen + Green
|
||||||
*color2: #93e44f
|
*color2: #2e7d32
|
||||||
*color10: #c8e7a8
|
*color10: #43a0f7
|
||||||
|
|
||||||
! DarkYellow + Yellow
|
! DarkYellow + Yellow
|
||||||
*color3: #eab93d
|
*color3: #f57f17
|
||||||
*color11: #ffc123
|
*color11: #fdd835
|
||||||
|
|
||||||
! DarkBlue + Blue
|
! DarkBlue + Blue
|
||||||
*color4: #204ad4
|
*color4: #1565c0
|
||||||
*color12: #3465a4
|
*color12: #1e88e5
|
||||||
|
|
||||||
! DarkMagenta + Magenta
|
! DarkMagenta + Magenta
|
||||||
*color5: #ce5c00
|
*color5: #6a1b9a
|
||||||
*color13: #f57900
|
*color13: #8e24aa
|
||||||
!DarkCyan + Cyan (both not tango)
|
|
||||||
*color6: #89b6e2
|
! Dark Cyan + Cyan
|
||||||
*color14: #46a4ff
|
*color6: #303f9f
|
||||||
|
*color14: #3949ab
|
||||||
|
|
||||||
! LightGrey + White
|
! LightGrey + White
|
||||||
*color7: #cccccc
|
*color7: #eceff1
|
||||||
*color15: #ffffff
|
*color15: #fafdff
|
||||||
|
|||||||
@@ -2,18 +2,18 @@ general {
|
|||||||
colors = true
|
colors = true
|
||||||
interval = 5
|
interval = 5
|
||||||
output_format = "i3bar"
|
output_format = "i3bar"
|
||||||
color_good = "#FFE181"
|
color_good = "#43a0f7"
|
||||||
color_degraded = "#C1D6EA"
|
color_degraded = "#1565c0"
|
||||||
color_bad = "#FFAA81"
|
color_bad = "#c62828"
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
order += "ethernet eth0"
|
order += "ethernet enp0s3"
|
||||||
order += "battery 0"
|
order += "battery 0"
|
||||||
order += "weather_yahoo"
|
order += "weather_yahoo"
|
||||||
order += "time"
|
order += "time"
|
||||||
|
|
||||||
ethernet eth0 {
|
ethernet enp0s3 {
|
||||||
# if you use %speed, i3status requires root privileges
|
# if you use %speed, i3status requires root privileges
|
||||||
format_up = "E: %ip (%speed)"
|
format_up = "E: %ip (%speed)"
|
||||||
format_down = "E: down"
|
format_down = "E: down"
|
||||||
|
|||||||
@@ -37,12 +37,12 @@ bind b split-window -v
|
|||||||
|
|
||||||
#lookin' good
|
#lookin' good
|
||||||
set-window-option -g window-status-format " #I: #W "
|
set-window-option -g window-status-format " #I: #W "
|
||||||
set-window-option -g status-fg colour243
|
set-window-option -g status-fg colour7
|
||||||
set-window-option -g status-bg colour235
|
set-window-option -g status-bg colour3
|
||||||
|
|
||||||
set-window-option -g window-status-current-format " #I: #W "
|
set-window-option -g window-status-current-format " #I: #W "
|
||||||
set-window-option -g window-status-current-fg colour143
|
set-window-option -g window-status-current-fg colour7
|
||||||
set-window-option -g window-status-current-bg colour235
|
set-window-option -g window-status-current-bg colour6
|
||||||
|
|
||||||
set-option -g pane-active-border-fg colour94
|
set-option -g pane-active-border-fg colour94
|
||||||
|
|
||||||
|
|||||||
1214
.vim/colors/materialbox.vim
Normal file
1214
.vim/colors/materialbox.vim
Normal file
File diff suppressed because it is too large
Load Diff
2
.vimrc
2
.vimrc
@@ -20,7 +20,7 @@ set showcmd
|
|||||||
set laststatus=2
|
set laststatus=2
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set incsearch
|
set incsearch
|
||||||
colorscheme distinguished
|
colorscheme materialbox
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|||||||
6
.zshrc
6
.zshrc
@@ -19,7 +19,7 @@ export GIT_PS1_SHOWSTASHSTATE=1
|
|||||||
export GIT_PS1_SHOWUPSTREAM="auto"
|
export GIT_PS1_SHOWUPSTREAM="auto"
|
||||||
export GIT_PS1_SHOWCOLORHINTS=1
|
export GIT_PS1_SHOWCOLORHINTS=1
|
||||||
|
|
||||||
PS1=$'\n╭%{$fg[yellow]%}$(__git_ps1 "(%s)")%{$fg[green]%}[%~]%{$reset_color%}\n╰%{$fg[cyan]%}%n%{$fg[yellow]%}@%{%F{214}%}%m%f%{$reset_color%}%# '
|
PS1=$'\n╭%{$fg[yellow]%}$(__git_ps1 "(%s)")%{$fg[green]%}[%~]%{$reset_color%}\n╰%{$fg[red]%}%n%{$fg[blue]%}@%{%F{214}%}%m%f%{$reset_color%}%# '
|
||||||
|
|
||||||
alias cdg='. cdg'
|
alias cdg='. cdg'
|
||||||
alias coin='rlwrap coin' # by-setup-c0
|
alias coin='rlwrap coin' # by-setup-c0
|
||||||
@@ -50,10 +50,6 @@ fi
|
|||||||
# Turn off the ability for other people to message your terminal using wall
|
# Turn off the ability for other people to message your terminal using wall
|
||||||
mesg n
|
mesg n
|
||||||
|
|
||||||
# OPAM configuration
|
|
||||||
. /home/amgutier/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
|
|
||||||
eval `opam config env`
|
|
||||||
|
|
||||||
export SMLNJ_HOME=/usr
|
export SMLNJ_HOME=/usr
|
||||||
|
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|||||||
Reference in New Issue
Block a user