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
|
;; Theme
|
||||||
(use-package base16-theme
|
(use-package base16-theme
|
||||||
:config (load-theme 'base16-oceanicnext t))
|
:config (load-theme 'base16-hopscotch t))
|
||||||
|
|
||||||
;; Undo-tree
|
;; Undo-tree
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
|
|
|
@ -9,6 +9,7 @@ blocks:
|
||||||
date: +%Y-%m-%d %H:%M
|
date: +%Y-%m-%d %H:%M
|
||||||
|
|
||||||
icons:
|
icons:
|
||||||
|
when: never
|
||||||
theme: unicode
|
theme: unicode
|
||||||
|
|
||||||
layout: oneline
|
layout: oneline
|
||||||
|
|
|
@ -24,7 +24,7 @@ return {
|
||||||
term = "xterm-256color",
|
term = "xterm-256color",
|
||||||
|
|
||||||
-- Color Scheme(s)
|
-- Color Scheme(s)
|
||||||
color_scheme = "OceanicNext",
|
color_scheme = "Hopscotch.256",
|
||||||
color_schemes = {
|
color_schemes = {
|
||||||
["Corvine"] = {
|
["Corvine"] = {
|
||||||
background = "#262626",
|
background = "#262626",
|
||||||
|
|
Loading…
Add table
Reference in a new issue