dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit 40bc033fb8499504e627d565f0d6946188209a00
parent fe2e98996c783ba6ad6b743050145d7af3e7b51d
Author: Arne Swanson <arne@ttm.sh>
Date:   Mon, 27 Aug 2018 21:22:49 -0300

moved aero.json ~> colour_scheme.json

Diffstat:
aero.json | 24------------------------
colour_scheme.json | 24++++++++++++++++++++++++
git/.gitconfig | 2+-
3 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/aero.json b/aero.json @@ -1,24 +0,0 @@ -{ - "name": "Aero", - "author": "Arne Sxwanson", - "color": [ - "#101010", - "#ff1f21", - "#8e8e8e", - "#a0a0a0", - "#686868", - "#747474", - "#56ffa6", - "#b9b9b9", - "#525252", - "#ff1f21", - "#8e8e8e", - "#a0a0a0", - "#686868", - "#747474", - "#56ffa6", - "#f7f7f7" - ], - "foreground": "#ffffff", - "background": "#000000" -} diff --git a/colour_scheme.json b/colour_scheme.json @@ -0,0 +1,24 @@ +{ + "name": "Aero", + "author": "Arne Sxwanson", + "color": [ + "#101010", + "#ff1f21", + "#8e8e8e", + "#a0a0a0", + "#686868", + "#747474", + "#56ffa6", + "#b9b9b9", + "#525252", + "#ff1f21", + "#8e8e8e", + "#a0a0a0", + "#686868", + "#747474", + "#56ffa6", + "#f7f7f7" + ], + "foreground": "#ffffff", + "background": "#000000" +} diff --git a/git/.gitconfig b/git/.gitconfig @@ -1,3 +1,3 @@ [user] - email = nownpl@0111.click + email = arne@ttm.sh name = Arne Swanson