From 0d3719f07883851b6402045bf6c6aabf95ecd0ee Mon Sep 17 00:00:00 2001 From: Dennis Mayr Date: Sun, 30 Mar 2025 13:52:08 -0300 Subject: [PATCH 1/4] ignoring Emacs' .projectile --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 466563a..de3124f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ __pycache__ /.idea /output -.DS_Store \ No newline at end of file +.DS_Store +.projectile + From d39955638fbbd0566d75e42089ccb5d7b7922b2c Mon Sep 17 00:00:00 2001 From: Dennis Mayr Date: Sun, 30 Mar 2025 13:53:41 -0300 Subject: [PATCH 2/4] sublate version bump --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be06401..fa8c380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -sublate==0.3 \ No newline at end of file +sublate>=0.3 From 58d22230fcd3da4809346a1a00d4b58c3cd92b27 Mon Sep 17 00:00:00 2001 From: Dennis Mayr Date: Sun, 30 Mar 2025 16:44:16 -0300 Subject: [PATCH 3/4] Template scheme updated from `icls` exported from Idea2024.3.5, additional colors --- colors/light.yaml | 12 +- theme/jetbrains/templates/scheme.xml | 7657 +++++++++++++------------- 2 files changed, 3769 insertions(+), 3900 deletions(-) diff --git a/colors/light.yaml b/colors/light.yaml index 38df71d..9200028 100644 --- a/colors/light.yaml +++ b/colors/light.yaml @@ -17,4 +17,14 @@ colors: violet: "#6c71c4" blue: "#268bd2" cyan: "#2aa198" - green: "#859900" \ No newline at end of file + green: "#859900" + # additional contrast colors + darkgrey: "#808080" + white: "#f6f6f6" + base02_contrast: "#ede7d4" + aquamarine: "#dbffdb" + brightgreen: "#83ba0d" + lightorange: "#feb94b" + copper: "#cc7833" + lightpink: "#ffcccc" + darkpink: "##ff82ce" diff --git a/theme/jetbrains/templates/scheme.xml b/theme/jetbrains/templates/scheme.xml index a6a2f5e..bdfd706 100644 --- a/theme/jetbrains/templates/scheme.xml +++ b/theme/jetbrains/templates/scheme.xml @@ -1,3899 +1,3758 @@ - - - \ No newline at end of file + + From 3342676d94ad572fbbf48eb348875cd28c957da6 Mon Sep 17 00:00:00 2001 From: Dennis Mayr Date: Sun, 30 Mar 2025 16:44:16 -0300 Subject: [PATCH 4/4] Template scheme updated from `icls` exported from Idea2024.3.5, additional colors --- colors/dark.yaml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/colors/dark.yaml b/colors/dark.yaml index afef69d..c14029f 100644 --- a/colors/dark.yaml +++ b/colors/dark.yaml @@ -2,14 +2,14 @@ id: dark name: Solarized Dark dark: "true" colors: - base03: "#002b36" - base02: "#073642" - base01: "#586e75" - base00: "#657b83" base0: "#839496" base1: "#93a1a1" base2: "#eee8d5" base3: "#fdf6e3" + base03: "#002b36" + base02: "#073642" + base01: "#586e75" + base00: "#657b83" yellow: "#b58900" orange: "#cb4b16" red: "#dc322f" @@ -17,4 +17,14 @@ colors: violet: "#6c71c4" blue: "#268bd2" cyan: "#2aa198" - green: "#859900" \ No newline at end of file + green: "#859900" + # additional contrast colors + darkgrey: "#808080" + white: "#f6f6f6" + base02_contrast: "#ede7d4" + aquamarine: "#dbffdb" + brightgreen: "#83ba0d" + lightorange: "#feb94b" + copper: "#cc7833" + lightpink: "#ffcccc" + darkpink: "##ff82ce"