Skip to content

Commit 29aa932

Browse files
committed
refactor: rename template files
1 parent db76a58 commit 29aa932

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) COPYRIGHT_YEAR COPYRIGHT_NAME
3+
Copyright (c) 2024 Alex Speranza
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

colors/lush_template.lua renamed to colors/chester.nvim.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- You probably always want to set this in your vim file
22
vim.opt.background = 'dark'
3-
vim.g.colors_name = 'lush_template'
3+
vim.g.colors_name = 'chester.nvim'
44

55
-- By setting our module to nil, we clear lua's cache,
66
-- which means the require ahead will *always* occur.
@@ -14,8 +14,8 @@ vim.g.colors_name = 'lush_template'
1414
--
1515
-- The performance impact of this call can be measured in the hundreds of
1616
-- *nanoseconds* and such could be considered "production safe".
17-
package.loaded['lush_theme.lush_template'] = nil
17+
package.loaded['lush_theme.chester.nvim'] = nil
1818

1919
-- include our theme file and pass it to lush to apply
20-
require('lush')(require('lush_theme.lush_template'))
20+
require('lush')(require('lush_theme.chester.nvim'))
2121

File renamed without changes.

0 commit comments

Comments
 (0)