From db6d233eb5168d30157ed20ab234e2aedb43ab6d Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 5 Jan 2021 10:01:10 -0500 Subject: [PATCH] Switch to hopscotch theme --- emacs/init.el | 2 +- lsd/config.yaml | 1 + wezterm/wezterm.lua | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 72e9da8..85fd741 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -89,7 +89,7 @@ ;; Theme (use-package base16-theme - :config (load-theme 'base16-oceanicnext t)) + :config (load-theme 'base16-hopscotch t)) ;; Undo-tree (use-package undo-tree diff --git a/lsd/config.yaml b/lsd/config.yaml index 7b90521..ffd0dfb 100644 --- a/lsd/config.yaml +++ b/lsd/config.yaml @@ -9,6 +9,7 @@ blocks: date: +%Y-%m-%d %H:%M icons: + when: never theme: unicode layout: oneline diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index 427fa82..02d6aad 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -24,7 +24,7 @@ return { term = "xterm-256color", -- Color Scheme(s) - color_scheme = "OceanicNext", + color_scheme = "Hopscotch.256", color_schemes = { ["Corvine"] = { background = "#262626",