commit 6bdc10529ed678fadf708694525bf4737fe35be0
parent 2d9dcd80dd05445b008a6f5050c651e5c38c6733
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  7 May 2019 11:00:01 +0200
Change columnslide to columnframe, update X colors
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.Xresources b/.Xresources
@@ -5,8 +5,8 @@ Xcursor.size:  16
 ! terminal colors ------------------------------------------------------------
 ! see https://ciembor.github.io/4bit
 
-*.foreground: #c5c8c6
-*.background: #1d1f21
+*.foreground: #4d4d4c
+*.background: #ffffff
 
 /* black */
 *color0: #434944
diff --git a/.vim/UltiSnips/tex.snippets b/.vim/UltiSnips/tex.snippets
@@ -11,7 +11,7 @@ snippet Eq "Insert reference to equation"
 (Eq.~\ref{eq:$0})
 endsnippet
 
-snippet columnslide "Insert Beamer slide with two columns"
+snippet columnframe "Insert Beamer slide with two columns"
 \begin{frame}{$1}
     \begin{columns}
         \begin{column}{${2:0.50}\textwidth}