mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-17 00:50:04 +00:00
feat: enhance install script and theme generation
- install.sh now installs all variants when run without parameters - preserve single-variant mode when --variant is specified - add variant names to generated file headers for clarity - fix tool name extraction to preserve compound names like git-delta - fix CSS variable preservation during header generation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Everforest theme for JetBrains IDEs -->
|
||||
<!-- Everforest dark-hard theme for JetBrains IDEs -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<scheme name="Everforest" version="142" parent_scheme="Darcula">
|
||||
<metaInfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Everforest theme for JetBrains IDEs -->
|
||||
<!-- Everforest dark-medium theme for JetBrains IDEs -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<scheme name="Everforest" version="142" parent_scheme="Darcula">
|
||||
<metaInfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Everforest theme for JetBrains IDEs -->
|
||||
<!-- Everforest dark-soft theme for JetBrains IDEs -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<scheme name="Everforest" version="142" parent_scheme="Darcula">
|
||||
<metaInfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Everforest theme for JetBrains IDEs -->
|
||||
<!-- Everforest light-hard theme for JetBrains IDEs -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<scheme name="Everforest" version="142" parent_scheme="Darcula">
|
||||
<metaInfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Everforest theme for JetBrains IDEs -->
|
||||
<!-- Everforest light-medium theme for JetBrains IDEs -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<scheme name="Everforest" version="142" parent_scheme="Darcula">
|
||||
<metaInfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Everforest theme for JetBrains IDEs -->
|
||||
<!-- Everforest light-soft theme for JetBrains IDEs -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<scheme name="Everforest" version="142" parent_scheme="Darcula">
|
||||
<metaInfo>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Everforest theme for Sublime Text -->
|
||||
<!-- Everforest dark-hard theme for Sublime Text -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Everforest theme for Sublime Text -->
|
||||
<!-- Everforest dark-medium theme for Sublime Text -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Everforest theme for Sublime Text -->
|
||||
<!-- Everforest dark-soft theme for Sublime Text -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Everforest theme for Sublime Text -->
|
||||
<!-- Everforest light-hard theme for Sublime Text -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Everforest theme for Sublime Text -->
|
||||
<!-- Everforest light-medium theme for Sublime Text -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Everforest theme for Sublime Text -->
|
||||
<!-- Everforest light-soft theme for Sublime Text -->
|
||||
<!-- Generated from template - do not edit manually -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Everforest theme for Neovim
|
||||
-- Everforest dark-hard theme for Neovim
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Everforest theme for Neovim
|
||||
-- Everforest dark-medium theme for Neovim
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Everforest theme for Neovim
|
||||
-- Everforest dark-soft theme for Neovim
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Everforest theme for Neovim
|
||||
-- Everforest light-hard theme for Neovim
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Everforest theme for Neovim
|
||||
-- Everforest light-medium theme for Neovim
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Everforest theme for Neovim
|
||||
-- Everforest light-soft theme for Neovim
|
||||
-- Generated from template - do not edit manually
|
||||
|
||||
local M = {}
|
||||
|
||||
Reference in New Issue
Block a user