Switch to hopscotch theme
This commit is contained in:
parent
32694035d3
commit
db6d233eb5
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -9,6 +9,7 @@ blocks:
|
|||
date: +%Y-%m-%d %H:%M
|
||||
|
||||
icons:
|
||||
when: never
|
||||
theme: unicode
|
||||
|
||||
layout: oneline
|
||||
|
|
|
@ -24,7 +24,7 @@ return {
|
|||
term = "xterm-256color",
|
||||
|
||||
-- Color Scheme(s)
|
||||
color_scheme = "OceanicNext",
|
||||
color_scheme = "Hopscotch.256",
|
||||
color_schemes = {
|
||||
["Corvine"] = {
|
||||
background = "#262626",
|
||||
|
|
Loading…
Add table
Reference in a new issue