diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index b77f359..2a2c593 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -12,9 +12,9 @@ o.viminfo = "" o.tabstop = 4 o.viminfo = '' vim.g.base16colorspace = 256 +o.termguicolors = true -o.termguicolors = false vim.cmd('colorscheme theme') vim.g.airline_theme='theme' diff --git a/scripts/themectl b/scripts/themectl index 9c56e85..2e5855b 100755 Binary files a/scripts/themectl and b/scripts/themectl differ diff --git a/themectl/config.toml b/themectl/config.toml index eaee436..c4f33a7 100644 --- a/themectl/config.toml +++ b/themectl/config.toml @@ -1,4 +1,4 @@ -# TODO: update ttys, fix vim, get all themes from wal/colorschemes/dark +# TODO: update ttys get all themes from wal/colorschemes/dark [apps] diff --git a/themectl/schemes/rosepinedawn.yaml b/themectl/schemes/rosepinedawn.yaml new file mode 100644 index 0000000..d947781 --- /dev/null +++ b/themectl/schemes/rosepinedawn.yaml @@ -0,0 +1,18 @@ +scheme: "Rose Pine Dawn" +author: "https://github.com/voronianski/oceanic-next-color-scheme" +base00: "faf4ed" # Default Background +base01: "e8e8e8" # Lighter Background (Used for status bars, line number and folding marks) +base02: "dfdad9" # Selection Background +base03: "9893a5" # Comments, Invisibles, Line Highlighting +base04: "797593" # Dark Foreground (Used for status bars) +base05: "575279" # Default Foreground, Caret, Delimiters, Operators +base06: "000000" # Light Foreground (Not often used) +base07: "000000" # Light Background (Not often used) +base08: "b4637a" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted +base09: "ea9d34" # Integers, Boolean, Constants, XML Attributes, Markup Link Url +base0A: "ea9d34" # Classes, Markup Bold, Search Text Background +base0B: "5e8755" # Strings, Inherited Class, Markup Code, Diff Inserted +base0C: "56949f" # Support, Regular Expressions, Escape Characters, Markup Quotes +base0D: "286983" # Functions, Methods, Attribute IDs, Headings +base0E: "907aa9" # Keywords, Storage, Selector, Markup Italic, Diff Changed +base0F: "000000" # Deprecated, Opening/Closing Embedded Language Tags, e.g.