vim and termite light theme

clean_emacs
Tuan-Dat Tran 2018-10-05 19:21:11 +00:00
parent a3c7525dd9
commit 6ffad69d36
No known key found for this signature in database
GPG Key ID: 0DA1B0B23302CA72
6 changed files with 31 additions and 26 deletions

View File

@ -37,43 +37,42 @@ cursor_shape = block
# "off", "left" or "right" # "off", "left" or "right"
scrollbar = off scrollbar = off
[colors] [colors]
# special # special
foreground = #f8f8f2 foreground = #444444
foreground_bold = #f8f8f2 foreground_bold = #444444
cursor = #f8f8f2 cursor = #444444
background = #272822 background = #eeeeee
# black # black
color0 = #272822 color0 = #eeeeee
color8 = #75715e color8 = #bcbcbc
# red # red
color1 = #f92672 color1 = #af0000
color9 = #f92672 color9 = #d70000
# green # green
color2 = #a6e22e color2 = #008700
color10 = #a6e22e color10 = #d70087
# yellow # yellow
color3 = #f4bf75 color3 = #5f8700
color11 = #f4bf75 color11 = #8700af
# blue # blue
color4 = #66d9ef color4 = #0087af
color12 = #66d9ef color12 = #d75f00
# magenta # magenta
color5 = #ae81ff color5 = #878787
color13 = #ae81ff color13 = #d75f00
# cyan # cyan
color6 = #a1efe4 color6 = #005f87
color14 = #a1efe4 color14 = #005faf
# white # white
color7 = #f8f8f2 color7 = #444444
color15 = #f9f8f5 color15 = #005f87

View File

@ -58,7 +58,7 @@ A list of installed packages and details about them.
* Appearance * Appearance
Using the Molokai-Theme. Using the Molokai-Theme.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(load-theme 'molokai t) (load-theme 'paper t)
#+END_SRC #+END_SRC
Changes the Emacs background to the terminals defaults. (Generally) Changes the Emacs background to the terminals defaults. (Generally)

View File

@ -27,3 +27,5 @@ Medizintechik
Gästeliste Gästeliste
VVK VVK
Tagesordnugnspunkte Tagesordnugnspunkte
BEGINNING
EDITABLE

Binary file not shown.

View File

@ -30,7 +30,7 @@ endif
" Basics " Basics
syntax on syntax on
filetype indent plugin on filetype indent plugin on
set background=dark set background=light
colorscheme PaperColor colorscheme PaperColor
set encoding=utf-8 set encoding=utf-8
set autowrite set autowrite
@ -66,7 +66,7 @@ map <Space><Tab> <Esc>/<x_x><Enter>c5l
inoremap <Space><Tab> <Esc>/<x_x><Enter>c5l inoremap <Space><Tab> <Esc>/<x_x><Enter>c5l
vnoremap <Space><Tab> <Esc>/<x_x><Enter>c5l vnoremap <Space><Tab> <Esc>/<x_x><Enter>c5l
inoremap ;; <x_x> inoremap ;; <x_x>
imap jj <Esc> inoremap jj <Esc>
inoremap ;date <C-R>=strftime("%Y/%m/%d")<Enter> inoremap ;date <C-R>=strftime("%Y/%m/%d")<Enter>
inoremap ;time <C-R>=strftime("%H:%M:%S")<Enter> inoremap ;time <C-R>=strftime("%H:%M:%S")<Enter>
" Diaeresis for e.g. german " Diaeresis for e.g. german

View File

@ -13,14 +13,15 @@ POWERLEVEL9K_MODE='awesome-fontconfig'
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs) POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
POWERLEVEL9K_COLOR_SCHEME='light'
POWERLEVEL9K_STATUS_OK_BACKGROUND="blue" POWERLEVEL9K_STATUS_OK_BACKGROUND="blue"
POWERLEVEL9K_STATUS_OK_FOREGROUND="orange" POWERLEVEL9K_STATUS_OK_FOREGROUND="orange"
POWERLEVEL9K_STATUS_ERROR_BACKGROUND="blue" POWERLEVEL9K_STATUS_ERROR_BACKGROUND="blue"
POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red" POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red"
POWERLEVEL9K_TIME_BACKGROUND="black" POWERLEVEL9K_TIME_BACKGROUND="white"
POWERLEVEL9K_TIME_FOREGROUND="color7" POWERLEVEL9K_TIME_FOREGROUND="black"
POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S}" POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S}"
POWERLEVEL9k_SHORTEN_STRATEGY="trunctuate_middle" 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 TERM="xterm-256color" # in case you are using urxvt, to bypass an error during sshing
export VISUAL=$EDITOR export VISUAL=$EDITOR
export VISUAL_EDITOR=$EDITOR export VISUAL_EDITOR=$EDITOR
export DOTNET_CLI_TELEMETRY_OPTOUT=true
export PATH="$PATH:/home/tuan/.dotnet/tools"
# Functions # Functions