vim and termite light theme
parent
a3c7525dd9
commit
6ffad69d36
|
@ -37,43 +37,42 @@ cursor_shape = block
|
|||
# "off", "left" or "right"
|
||||
scrollbar = off
|
||||
|
||||
|
||||
[colors]
|
||||
|
||||
# special
|
||||
foreground = #f8f8f2
|
||||
foreground_bold = #f8f8f2
|
||||
cursor = #f8f8f2
|
||||
background = #272822
|
||||
foreground = #444444
|
||||
foreground_bold = #444444
|
||||
cursor = #444444
|
||||
background = #eeeeee
|
||||
|
||||
# black
|
||||
color0 = #272822
|
||||
color8 = #75715e
|
||||
color0 = #eeeeee
|
||||
color8 = #bcbcbc
|
||||
|
||||
# red
|
||||
color1 = #f92672
|
||||
color9 = #f92672
|
||||
color1 = #af0000
|
||||
color9 = #d70000
|
||||
|
||||
# green
|
||||
color2 = #a6e22e
|
||||
color10 = #a6e22e
|
||||
color2 = #008700
|
||||
color10 = #d70087
|
||||
|
||||
# yellow
|
||||
color3 = #f4bf75
|
||||
color11 = #f4bf75
|
||||
color3 = #5f8700
|
||||
color11 = #8700af
|
||||
|
||||
# blue
|
||||
color4 = #66d9ef
|
||||
color12 = #66d9ef
|
||||
color4 = #0087af
|
||||
color12 = #d75f00
|
||||
|
||||
# magenta
|
||||
color5 = #ae81ff
|
||||
color13 = #ae81ff
|
||||
color5 = #878787
|
||||
color13 = #d75f00
|
||||
|
||||
# cyan
|
||||
color6 = #a1efe4
|
||||
color14 = #a1efe4
|
||||
color6 = #005f87
|
||||
color14 = #005faf
|
||||
|
||||
# white
|
||||
color7 = #f8f8f2
|
||||
color15 = #f9f8f5
|
||||
color7 = #444444
|
||||
color15 = #005f87
|
||||
|
|
|
@ -58,7 +58,7 @@ A list of installed packages and details about them.
|
|||
* Appearance
|
||||
Using the Molokai-Theme.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(load-theme 'molokai t)
|
||||
(load-theme 'paper t)
|
||||
#+END_SRC
|
||||
|
||||
Changes the Emacs background to the terminals defaults. (Generally)
|
||||
|
|
|
@ -27,3 +27,5 @@ Medizintechik
|
|||
Gästeliste
|
||||
VVK
|
||||
Tagesordnugnspunkte
|
||||
BEGINNING
|
||||
EDITABLE
|
||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@ endif
|
|||
" Basics
|
||||
syntax on
|
||||
filetype indent plugin on
|
||||
set background=dark
|
||||
set background=light
|
||||
colorscheme PaperColor
|
||||
set encoding=utf-8
|
||||
set autowrite
|
||||
|
@ -66,7 +66,7 @@ map <Space><Tab> <Esc>/<x_x><Enter>c5l
|
|||
inoremap <Space><Tab> <Esc>/<x_x><Enter>c5l
|
||||
vnoremap <Space><Tab> <Esc>/<x_x><Enter>c5l
|
||||
inoremap ;; <x_x>
|
||||
imap jj <Esc>
|
||||
inoremap jj <Esc>
|
||||
inoremap ;date <C-R>=strftime("%Y/%m/%d")<Enter>
|
||||
inoremap ;time <C-R>=strftime("%H:%M:%S")<Enter>
|
||||
" Diaeresis for e.g. german
|
||||
|
|
|
@ -13,14 +13,15 @@ POWERLEVEL9K_MODE='awesome-fontconfig'
|
|||
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
|
||||
POWERLEVEL9K_COLOR_SCHEME='light'
|
||||
|
||||
POWERLEVEL9K_STATUS_OK_BACKGROUND="blue"
|
||||
POWERLEVEL9K_STATUS_OK_FOREGROUND="orange"
|
||||
POWERLEVEL9K_STATUS_ERROR_BACKGROUND="blue"
|
||||
POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red"
|
||||
|
||||
POWERLEVEL9K_TIME_BACKGROUND="black"
|
||||
POWERLEVEL9K_TIME_FOREGROUND="color7"
|
||||
POWERLEVEL9K_TIME_BACKGROUND="white"
|
||||
POWERLEVEL9K_TIME_FOREGROUND="black"
|
||||
POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S}"
|
||||
|
||||
POWERLEVEL9k_SHORTEN_STRATEGY="trunctuate_middle"
|
||||
|
@ -69,5 +70,8 @@ export STEAM_FRAME_FORCE_CLOSE=1
|
|||
export TERM="xterm-256color" # in case you are using urxvt, to bypass an error during sshing
|
||||
export VISUAL=$EDITOR
|
||||
export VISUAL_EDITOR=$EDITOR
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=true
|
||||
export PATH="$PATH:/home/tuan/.dotnet/tools"
|
||||
|
||||
|
||||
# Functions
|
||||
|
|
Loading…
Reference in New Issue