Material colorscheme woo
This commit is contained in:
51
.Xresources
51
.Xresources
@@ -1,31 +1,38 @@
|
||||
URxvt.scrollBar: false
|
||||
urxvt.font: xft:DejavuSansMono:pixelsize=9
|
||||
urxvt.font: xft:DejavuSansMono:pixelsize=12
|
||||
URxvt.letterSpace: -1
|
||||
|
||||
! tangoesque scheme
|
||||
*background: #111111
|
||||
*foreground: #eeeeee
|
||||
! Black (not tango) + DarkGrey
|
||||
*color0: #000000
|
||||
*color8: #444743
|
||||
*background: #282828
|
||||
*foreground: #eceff1
|
||||
|
||||
! Black + DarkGrey
|
||||
*color0: #1d272b
|
||||
*color8: #263238
|
||||
|
||||
! DarkRed + Red
|
||||
*color1: #ff6565
|
||||
*color9: #ff8d8d
|
||||
*color1: #c62828
|
||||
*color9: #cc241d
|
||||
|
||||
! DarkGreen + Green
|
||||
*color2: #93e44f
|
||||
*color10: #c8e7a8
|
||||
*color2: #2e7d32
|
||||
*color10: #43a0f7
|
||||
|
||||
! DarkYellow + Yellow
|
||||
*color3: #eab93d
|
||||
*color11: #ffc123
|
||||
*color3: #f57f17
|
||||
*color11: #fdd835
|
||||
|
||||
! DarkBlue + Blue
|
||||
*color4: #204ad4
|
||||
*color12: #3465a4
|
||||
*color4: #1565c0
|
||||
*color12: #1e88e5
|
||||
|
||||
! DarkMagenta + Magenta
|
||||
*color5: #ce5c00
|
||||
*color13: #f57900
|
||||
!DarkCyan + Cyan (both not tango)
|
||||
*color6: #89b6e2
|
||||
*color14: #46a4ff
|
||||
*color5: #6a1b9a
|
||||
*color13: #8e24aa
|
||||
|
||||
! Dark Cyan + Cyan
|
||||
*color6: #303f9f
|
||||
*color14: #3949ab
|
||||
|
||||
! LightGrey + White
|
||||
*color7: #cccccc
|
||||
*color15: #ffffff
|
||||
*color7: #eceff1
|
||||
*color15: #fafdff
|
||||
|
||||
@@ -2,18 +2,18 @@ general {
|
||||
colors = true
|
||||
interval = 5
|
||||
output_format = "i3bar"
|
||||
color_good = "#FFE181"
|
||||
color_degraded = "#C1D6EA"
|
||||
color_bad = "#FFAA81"
|
||||
color_good = "#43a0f7"
|
||||
color_degraded = "#1565c0"
|
||||
color_bad = "#c62828"
|
||||
}
|
||||
|
||||
order += "disk /"
|
||||
order += "ethernet eth0"
|
||||
order += "ethernet enp0s3"
|
||||
order += "battery 0"
|
||||
order += "weather_yahoo"
|
||||
order += "time"
|
||||
|
||||
ethernet eth0 {
|
||||
ethernet enp0s3 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
|
||||
@@ -37,12 +37,12 @@ bind b split-window -v
|
||||
|
||||
#lookin' good
|
||||
set-window-option -g window-status-format " #I: #W "
|
||||
set-window-option -g status-fg colour243
|
||||
set-window-option -g status-bg colour235
|
||||
set-window-option -g status-fg colour7
|
||||
set-window-option -g status-bg colour3
|
||||
|
||||
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-bg colour235
|
||||
set-window-option -g window-status-current-fg colour7
|
||||
set-window-option -g window-status-current-bg colour6
|
||||
|
||||
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 noshowmode
|
||||
set incsearch
|
||||
colorscheme distinguished
|
||||
colorscheme materialbox
|
||||
set background=dark
|
||||
|
||||
execute pathogen#infect()
|
||||
|
||||
6
.zshrc
6
.zshrc
@@ -19,7 +19,7 @@ export GIT_PS1_SHOWSTASHSTATE=1
|
||||
export GIT_PS1_SHOWUPSTREAM="auto"
|
||||
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 coin='rlwrap coin' # by-setup-c0
|
||||
@@ -50,10 +50,6 @@ fi
|
||||
# Turn off the ability for other people to message your terminal using wall
|
||||
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
|
||||
|
||||
# The following lines were added by compinstall
|
||||
|
||||
Reference in New Issue
Block a user