its all unwrap? always has been
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
post = "echo 'after theme apply'"
|
||||
pre = "echo 'before theme apply'"
|
||||
|
||||
|
||||
[apps]
|
||||
kitty = "~/kitty.conf"
|
||||
vim = { file = "~/theme.vim", post = "echo 'after vim theme'", pre = "echo 'before vim theme'" }
|
||||
test = { file = '~/test', post = "cat $HOME/test" }
|
||||
@@ -0,0 +1,18 @@
|
||||
scheme: "OceanicNext"
|
||||
author: "https://github.com/voronianski/oceanic-next-color-scheme"
|
||||
base00: "1B2B34"
|
||||
base01: "343D46"
|
||||
base02: "4F5B66"
|
||||
base03: "65737E"
|
||||
base04: "A7ADBA"
|
||||
base05: "C0C5CE"
|
||||
base06: "CDD3DE"
|
||||
base07: "D8DEE9"
|
||||
base08: "EC5f67"
|
||||
base09: "F99157"
|
||||
base0A: "FAC863"
|
||||
base0B: "99C794"
|
||||
base0C: "5FB3B3"
|
||||
base0D: "6699CC"
|
||||
base0E: "C594C5"
|
||||
base0F: "AB7967"
|
||||
@@ -0,0 +1,7 @@
|
||||
[schemes]
|
||||
local = [ "~/.config/themectl/schemes" ]
|
||||
sources = [ "https://github.com/chriskempson/base16-schemes-source" ]
|
||||
|
||||
[templates]
|
||||
local = [ "~/.config/themectl/templates" ]
|
||||
sources = [ "https://github.com/chriskempson/base16-templates-source" ]
|
||||
@@ -0,0 +1,3 @@
|
||||
{{scheme-name}}
|
||||
{{base00-hex}}
|
||||
|
||||
Reference in New Issue
Block a user