From 0325203fa9c522fbe4297acc6992778ae3b41391 Mon Sep 17 00:00:00 2001 From: Shadman Date: Mon, 8 Feb 2021 03:54:04 +0600 Subject: [PATCH] More themes (#74) * Adding themes - Tomorrow.lua - ayu_dark.lua - ayu_light.lua - ayu_mirage.lua - iceberg_dark.lua - iceberg_light.lua - jellybeans.lua - oceanicnext.lua - seoul256.lua Co-authored-by: hoob3rt <41551030+hoob3rt@users.noreply.github.com> --- THEMES.md | 62 +++++++++++++++++++++++++++- lua/lualine/themes/ayu_dark.lua | 43 +++++++++++++++++++ lua/lualine/themes/ayu_light.lua | 43 +++++++++++++++++++ lua/lualine/themes/ayu_mirage.lua | 43 +++++++++++++++++++ lua/lualine/themes/iceberg_dark.lua | 45 ++++++++++++++++++++ lua/lualine/themes/iceberg_light.lua | 43 +++++++++++++++++++ lua/lualine/themes/jellybeans.lua | 44 ++++++++++++++++++++ lua/lualine/themes/oceanicnext.lua | 46 +++++++++++++++++++++ lua/lualine/themes/onehalf.lua | 46 +++++++++++++++++++++ lua/lualine/themes/seoul256.lua | 44 ++++++++++++++++++++ lua/lualine/themes/tomorrow.lua | 46 +++++++++++++++++++++ 11 files changed, 504 insertions(+), 1 deletion(-) create mode 100644 lua/lualine/themes/ayu_dark.lua create mode 100644 lua/lualine/themes/ayu_light.lua create mode 100644 lua/lualine/themes/ayu_mirage.lua create mode 100644 lua/lualine/themes/iceberg_dark.lua create mode 100644 lua/lualine/themes/iceberg_light.lua create mode 100644 lua/lualine/themes/jellybeans.lua create mode 100644 lua/lualine/themes/oceanicnext.lua create mode 100644 lua/lualine/themes/onehalf.lua create mode 100644 lua/lualine/themes/seoul256.lua create mode 100644 lua/lualine/themes/tomorrow.lua diff --git a/THEMES.md b/THEMES.md index 134f013..e8b234f 100644 --- a/THEMES.md +++ b/THEMES.md @@ -8,6 +8,24 @@ All available themes are only best effort ports by myself/ other users. If you f ![visual](https://user-images.githubusercontent.com/13149513/104338631-e852ff80-5520-11eb-9341-0ecd87aed656.jpg) ![replace](https://user-images.githubusercontent.com/13149513/104338654-eee17700-5520-11eb-9ff3-d2308d1243e5.jpg) +### ayu_dark +![normal](https://user-images.githubusercontent.com/13149513/104884707-03929480-5991-11eb-928d-9c6f11586305.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104884715-05f4ee80-5991-11eb-9e39-f7453b3d1894.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104884723-08574880-5991-11eb-9c02-277a678310a9.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104884729-0ab9a280-5991-11eb-86ba-1ab9a9e5e8bf.jpg) + +### ayu light +![normal](https://user-images.githubusercontent.com/13149513/104884779-1f963600-5991-11eb-9a4b-c154df36300c.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104884784-215ff980-5991-11eb-9ee9-238d22aaac0a.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104884787-23c25380-5991-11eb-926f-51676f54728a.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104884793-258c1700-5991-11eb-9b15-66ab3ab52476.jpg) + +### ayu mirage +![normal](https://user-images.githubusercontent.com/13149513/104884853-3ccb0480-5991-11eb-8708-c04c1a701977.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104884864-3f2d5e80-5991-11eb-8334-6293dc426868.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104884869-40f72200-5991-11eb-8d96-60824c7f4980.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104884875-43597c00-5991-11eb-8cac-043efca302f7.jpg) + ### codedark ![normal](https://user-images.githubusercontent.com/22453358/106365012-66920d00-633b-11eb-97a2-a10a0c48b1dc.png) ![insert](https://user-images.githubusercontent.com/22453358/106365022-7b6ea080-633b-11eb-92ef-57254fe1df1a.png) @@ -39,6 +57,24 @@ All available themes are only best effort ports by myself/ other users. If you f ![visual](https://user-images.githubusercontent.com/13149513/104458664-de3f0880-55d5-11eb-9d79-a1cc6ed6f53b.jpg) ![replace](https://user-images.githubusercontent.com/13149513/104458588-c798b180-55d5-11eb-8332-417bb1d8cab1.jpg) +### iceberg_dark +![normal](https://user-images.githubusercontent.com/13149513/104885209-ddb9bf80-5991-11eb-84bf-53872d2cb851.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104885217-e01c1980-5991-11eb-84a2-583b4c4e5f71.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104885224-e4e0cd80-5991-11eb-9647-1f74f10a6662.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104885232-e7dbbe00-5991-11eb-967b-d91d4f521fee.jpg) + +### iceberg_light +![nomal](https://user-images.githubusercontent.com/13149513/104885067-98958d80-5991-11eb-95db-73a1ef4c3f44.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104885072-9c291480-5991-11eb-8e82-a074bded29db.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104885076-9df2d800-5991-11eb-964f-90277438d8cd.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104885278-fcb85180-5991-11eb-8b1d-9795cf9b6dae.jpg) + +### jellybeans +![normal](https://user-images.githubusercontent.com/13149513/104885370-2b362c80-5992-11eb-8466-7e91178da130.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104885376-2cfff000-5992-11eb-8868-b91a05f49e03.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104885380-30937700-5992-11eb-8378-f2e97fc408d8.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104885385-32f5d100-5992-11eb-91a8-fae8ff5ade5e.jpg) + ### material ![normal](https://user-images.githubusercontent.com/13149513/104335816-f3f0f700-551d-11eb-8919-96cee2bea2a0.jpg) ![insert](https://user-images.githubusercontent.com/13149513/104335824-f5222400-551d-11eb-9c22-7eeeed129e93.jpg) @@ -63,6 +99,12 @@ All available themes are only best effort ports by myself/ other users. If you f ![visual](https://user-images.githubusercontent.com/13149513/103517664-b5fc2f00-4e9c-11eb-85dd-e0d7ed1cdb97.jpg) ![replace](https://user-images.githubusercontent.com/13149513/103517682-ba284c80-4e9c-11eb-9210-d3e28a05f4a2.jpg) +### oceanic next +![normal](https://user-images.githubusercontent.com/13149513/104885530-60427f00-5992-11eb-91b2-269521d82802.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104885535-620c4280-5992-11eb-80a2-dda67e536545.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104885544-63d60600-5992-11eb-86b1-c6d567e47ecd.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104885548-659fc980-5992-11eb-8a6f-6db20a7c4327.jpg) + ### onedark ![normal](https://user-images.githubusercontent.com/13149513/104421215-4295a400-55a5-11eb-9b81-5f02889e1309.jpg) ![insert](https://user-images.githubusercontent.com/13149513/104421219-44f7fe00-55a5-11eb-8c8f-be111732cdbb.jpg) @@ -87,6 +129,12 @@ All available themes are only best effort ports by myself/ other users. If you f ![visual](https://user-images.githubusercontent.com/13149513/104417368-6fdf5380-559f-11eb-9923-27679ba37e2c.jpg) ![replace](https://user-images.githubusercontent.com/13149513/104417378-7241ad80-559f-11eb-97e5-74813da51191.jpg) +### one half +![normal](https://user-images.githubusercontent.com/13149513/104885792-d0e99b80-5992-11eb-869d-b699c705ca91.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104885796-d2b35f00-5992-11eb-9b79-df6d1c6ff8f0.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104885801-d47d2280-5992-11eb-84cb-4ba4d396ff26.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104885807-d6df7c80-5992-11eb-8bfe-3e8ae6766761.jpg) + ### powerline ![normal](https://user-images.githubusercontent.com/13149513/103506288-8fcb9480-4e86-11eb-97f8-3768a34188fd.jpg) ![insert](https://user-images.githubusercontent.com/13149513/103506295-978b3900-4e86-11eb-8eca-d31514c66275.jpg) @@ -94,14 +142,26 @@ All available themes are only best effort ports by myself/ other users. If you f ![command](https://user-images.githubusercontent.com/13149513/103506333-aa057280-4e86-11eb-8098-422eca99c23a.jpg) ![replace](https://user-images.githubusercontent.com/13149513/103506349-af62bd00-4e86-11eb-9f11-bd6a56214fa3.jpg) +### seoul256 +![normal](https://user-images.githubusercontent.com/13149513/104885894-0098a380-5993-11eb-9321-25f315687b60.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104885902-02626700-5993-11eb-80b5-fa04d544b344.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104885907-042c2a80-5993-11eb-81da-05fe0f4385ed.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104885911-05f5ee00-5993-11eb-8f08-8628da87971e.jpg) + ### solarized ![normal](https://user-images.githubusercontent.com/13149513/104330979-c2c1f800-5518-11eb-83b8-70128d808111.jpg) ![insert](https://user-images.githubusercontent.com/13149513/104330996-c5245200-5518-11eb-96a6-78d6679c59c0.jpg) ![visual](https://user-images.githubusercontent.com/13149513/104331081-dec59980-5518-11eb-9577-616d891be64e.jpg) ![replace](https://user-images.githubusercontent.com/13149513/104331086-e08f5d00-5518-11eb-90eb-955e83bc17b9.jpg) +### tomorrow +![normal](https://user-images.githubusercontent.com/13149513/104885999-2c1b8e00-5993-11eb-89ae-d842d1341133.jpg) +![insert](https://user-images.githubusercontent.com/13149513/104886002-2de55180-5993-11eb-98c4-ef83fcce60ef.jpg) +![visual](https://user-images.githubusercontent.com/13149513/104886008-2faf1500-5993-11eb-9659-fa2b3bb7c8f1.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104886012-32116f00-5993-11eb-8acf-2873603a914b.jpg) + ### wombat ![normal](https://user-images.githubusercontent.com/13149513/104332798-c0f93400-551a-11eb-8f8d-02e17ab6c8b3.jpg) ![insert](https://user-images.githubusercontent.com/13149513/104332760-b9d22600-551a-11eb-9331-3410ae9d97cc.jpg) ![visual](https://user-images.githubusercontent.com/13149513/104332820-c9ea0580-551a-11eb-8771-2764eec506ed.jpg) -![replace](https://user-images.githubusercontent.com/13149513/104332921-e128f300-551a-11eb-8eb3-a8f8567a3dca.jpg) +![replace](https://user-images.githubusercontent.com/13149513/104332921-e128f300-551a-11eb-8eb3-a8f8567a3dca.jpg) \ No newline at end of file diff --git a/lua/lualine/themes/ayu_dark.lua b/lua/lualine/themes/ayu_dark.lua new file mode 100644 index 0000000..e3f643b --- /dev/null +++ b/lua/lualine/themes/ayu_dark.lua @@ -0,0 +1,43 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color2 = "#0f1419", + color3 = "#ffee99", + color4 = "#e6e1cf", + color5 = "#14191f", + color13 = "#b8cc52", + color10 = "#36a3d9", + color8 = "#f07178", + color9 = "#3e4b59", +} + +local ayu_dark = { + visual = { + a = { fg = colors.color2, bg = colors.color3 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + replace = { + a = { fg = colors.color2, bg = colors.color8 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + inactive = { + c = { fg = colors.color4, bg = colors.color2 }, + a = { fg = colors.color4, bg = colors.color5 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + normal = { + c = { fg = colors.color9, bg = colors.color2 }, + a = { fg = colors.color2, bg = colors.color10 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + insert = { + a = { fg = colors.color2, bg = colors.color13 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, +} + +return ayu_dark \ No newline at end of file diff --git a/lua/lualine/themes/ayu_light.lua b/lua/lualine/themes/ayu_light.lua new file mode 100644 index 0000000..8e5324c --- /dev/null +++ b/lua/lualine/themes/ayu_light.lua @@ -0,0 +1,43 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color2 = "#f3f3f3", + color3 = "#A37ACC", + color4 = "#5C6773", + color5 = "#d3d3d3", + color13 = "#86B300", + color10 = "#59c2ff", + color8 = "#f07178", + color9 = "#828C99", +} + +local ayu_light = { + visual = { + a = { fg = colors.color2, bg = colors.color3 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + replace = { + a = { fg = colors.color2, bg = colors.color8 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + inactive = { + c = { fg = colors.color4, bg = colors.color2 }, + a = { fg = colors.color4, bg = colors.color5 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + normal = { + c = { fg = colors.color9, bg = colors.color2 }, + a = { fg = colors.color2, bg = colors.color10 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + insert = { + a = { fg = colors.color2, bg = colors.color13 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, +} + +return ayu_light diff --git a/lua/lualine/themes/ayu_mirage.lua b/lua/lualine/themes/ayu_mirage.lua new file mode 100644 index 0000000..c937f4a --- /dev/null +++ b/lua/lualine/themes/ayu_mirage.lua @@ -0,0 +1,43 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color2 = "#242b38", + color3 = "#d4bfff", + color4 = "#d9d7ce", + color5 = "#272d38", + color13 = "#bbe67e", + color10 = "#59c2ff", + color8 = "#f07178", + color9 = "#607080", +} + +local ayu_mirage = { + visual = { + a = { fg = colors.color2, bg = colors.color3 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + replace = { + a = { fg = colors.color2, bg = colors.color8 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + inactive = { + c = { fg = colors.color4, bg = colors.color2 }, + a = { fg = colors.color4, bg = colors.color5 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + normal = { + c = { fg = colors.color9, bg = colors.color2 }, + a = { fg = colors.color2, bg = colors.color10 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + insert = { + a = { fg = colors.color2, bg = colors.color13 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, +} + +return ayu_mirage diff --git a/lua/lualine/themes/iceberg_dark.lua b/lua/lualine/themes/iceberg_dark.lua new file mode 100644 index 0000000..9eb1c22 --- /dev/null +++ b/lua/lualine/themes/iceberg_dark.lua @@ -0,0 +1,45 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color2 = "#161821", + color3 = "#b4be82", + color4 = "#6b7089", + color5 = "#2e313f", + color8 = "#e2a478", + color9 = "#3e445e", + color10 = "#0f1117", + color11 = "#17171b", + color12 = "#818596", + color15 = "#84a0c6", +} + +local iceberg = { + visual = { + a = { fg = colors.color2, bg = colors.color3 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + replace = { + a = { fg = colors.color2, bg = colors.color8 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + inactive = { + c = { fg = colors.color9, bg = colors.color10 }, + a = { fg = colors.color9, bg = colors.color10 , "bold", }, + b = { fg = colors.color9, bg = colors.color10 }, + }, + normal = { + c = { fg = colors.color9, bg = colors.color10 }, + a = { fg = colors.color11, bg = colors.color12 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + insert = { + a = { fg = colors.color2, bg = colors.color15 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, +} + +return iceberg \ No newline at end of file diff --git a/lua/lualine/themes/iceberg_light.lua b/lua/lualine/themes/iceberg_light.lua new file mode 100644 index 0000000..6fff2d9 --- /dev/null +++ b/lua/lualine/themes/iceberg_light.lua @@ -0,0 +1,43 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color5 = "#668e3d", + color8 = "#757ca3", + color9 = "#8b98b6", + color10 = "#cad0de", + color11 = "#2d539e", + color0 = "#e8e9ec", + color1 = "#9fa6c0", + color2 = "#c57339", +} + +local iceberg = { + replace = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color0, bg = colors.color2 , "bold", }, + }, + visual = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color0, bg = colors.color5 , "bold", }, + }, + normal = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color0, bg = colors.color8 , "bold", }, + c = { fg = colors.color9, bg = colors.color10 }, + }, + inactive = { + b = { fg = colors.color9, bg = colors.color10 }, + a = { fg = colors.color9, bg = colors.color10 , "bold", }, + c = { fg = colors.color9, bg = colors.color10 }, + }, + insert = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color0, bg = colors.color11 , "bold", }, + }, +} + +return iceberg \ No newline at end of file diff --git a/lua/lualine/themes/jellybeans.lua b/lua/lualine/themes/jellybeans.lua new file mode 100644 index 0000000..572705a --- /dev/null +++ b/lua/lualine/themes/jellybeans.lua @@ -0,0 +1,44 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color2 = "#30302c", + color3 = "#f0a0c0", + color4 = "#e8e8d3", + color5 = "#4e4e43", + color8 = "#cf6a4c", + color9 = "#666656", + color10 = "#808070", + color11 = "#8197bf", + color14 = "#99ad6a", +} + +local jellybeans = { + visual = { + a = { fg = colors.color2, bg = colors.color3 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + replace = { + a = { fg = colors.color2, bg = colors.color8 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + inactive = { + c = { fg = colors.color9, bg = colors.color2 }, + a = { fg = colors.color10, bg = colors.color2 , "bold", }, + b = { fg = colors.color9, bg = colors.color2 }, + }, + normal = { + c = { fg = colors.color10, bg = colors.color2 }, + a = { fg = colors.color2, bg = colors.color11 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, + insert = { + a = { fg = colors.color2, bg = colors.color14 , "bold", }, + b = { fg = colors.color4, bg = colors.color5 }, + }, +} + +return jellybeans \ No newline at end of file diff --git a/lua/lualine/themes/oceanicnext.lua b/lua/lualine/themes/oceanicnext.lua new file mode 100644 index 0000000..b5dfa70 --- /dev/null +++ b/lua/lualine/themes/oceanicnext.lua @@ -0,0 +1,46 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color0 = "#ffffff", + color1 = "#99c794", + color2 = "#65737e", + color3 = "#343d46", + color4 = "#6699cc", + color5 = "#d8dee9", + color6 = "#f99157", + color7 = "#ec5f67", +} + +local oceanicnext = { + insert = { + a = { fg = colors.color0, bg = colors.color1 , "bold", }, + b = { fg = colors.color0, bg = colors.color2 }, + c = { fg = colors.color0, bg = colors.color3 }, + }, + normal = { + a = { fg = colors.color0, bg = colors.color4 , "bold", }, + b = { fg = colors.color0, bg = colors.color2 }, + c = { fg = colors.color0, bg = colors.color3 }, + }, + inactive = { + a = { fg = colors.color5, bg = colors.color2 , "bold", }, + b = { fg = colors.color5, bg = colors.color3 }, + c = { fg = colors.color2, bg = colors.color3 }, + }, + visual = { + a = { fg = colors.color0, bg = colors.color6 , "bold", }, + b = { fg = colors.color0, bg = colors.color2 }, + c = { fg = colors.color0, bg = colors.color3 }, + }, + replace = { + a = { fg = colors.color0, bg = colors.color7 , "bold", }, + b = { fg = colors.color0, bg = colors.color2 }, + c = { fg = colors.color0, bg = colors.color3 }, + }, +} + +return oceanicnext \ No newline at end of file diff --git a/lua/lualine/themes/onehalf.lua b/lua/lualine/themes/onehalf.lua new file mode 100644 index 0000000..cc801ff --- /dev/null +++ b/lua/lualine/themes/onehalf.lua @@ -0,0 +1,46 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color0 = "#282c34", + color1 = "#61afef", + color2 = "#dcdfe4", + color3 = "#5d677a", + color4 = "#313640", + color5 = "#98c379", + color6 = "#e5c07b", + color7 = "#e06c75", +} + +local onehalfdark = { + insert = { + a = { fg = colors.color0, bg = colors.color1 , "bold", }, + b = { fg = colors.color2, bg = colors.color3 }, + c = { fg = colors.color1, bg = colors.color4 }, + }, + normal = { + a = { fg = colors.color0, bg = colors.color5 , "bold", }, + b = { fg = colors.color2, bg = colors.color3 }, + c = { fg = colors.color5, bg = colors.color4 }, + }, + inactive = { + a = { fg = colors.color2, bg = colors.color3 , "bold", }, + b = { fg = colors.color2, bg = colors.color3 }, + c = { fg = colors.color2, bg = colors.color4 }, + }, + visual = { + a = { fg = colors.color0, bg = colors.color6 , "bold", }, + b = { fg = colors.color2, bg = colors.color3 }, + c = { fg = colors.color6, bg = colors.color4 }, + }, + replace = { + a = { fg = colors.color0, bg = colors.color7 , "bold", }, + b = { fg = colors.color2, bg = colors.color3 }, + c = { fg = colors.color7, bg = colors.color4 }, + }, +} + +return onehalfdark \ No newline at end of file diff --git a/lua/lualine/themes/seoul256.lua b/lua/lualine/themes/seoul256.lua new file mode 100644 index 0000000..1ac659d --- /dev/null +++ b/lua/lualine/themes/seoul256.lua @@ -0,0 +1,44 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color5 = "#d7afaf", + color6 = "#666656", + color7 = "#808070", + color10 = "#87af87", + color13 = "#df5f87", + color14 = "#87afaf", + color0 = "#e8e8d3", + color1 = "#4e4e43", + color4 = "#30302c", +} + +local seoul256 = { + visual = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color4, bg = colors.color5 , "bold", }, + }, + inactive = { + b = { fg = colors.color6, bg = colors.color4 }, + c = { fg = colors.color6, bg = colors.color4 }, + a = { fg = colors.color7, bg = colors.color4 , "bold", }, + }, + insert = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color4, bg = colors.color10 , "bold", }, + }, + replace = { + b = { fg = colors.color0, bg = colors.color1 }, + a = { fg = colors.color4, bg = colors.color13 , "bold", }, + }, + normal = { + b = { fg = colors.color0, bg = colors.color1 }, + c = { fg = colors.color7, bg = colors.color4 }, + a = { fg = colors.color4, bg = colors.color14 , "bold", }, + }, +} + +return seoul256 \ No newline at end of file diff --git a/lua/lualine/themes/tomorrow.lua b/lua/lualine/themes/tomorrow.lua new file mode 100644 index 0000000..4ad273d --- /dev/null +++ b/lua/lualine/themes/tomorrow.lua @@ -0,0 +1,46 @@ +-- ============================================================================= +-- Genarated by lightline to lualine theme converter +-- https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9 +-- License: MIT License +-- ============================================================================= + +local colors = { + color14 = "#718c00", + color0 = "#666666", + color1 = "#c8c8c8", + color2 = "#808080", + color3 = "#fafafa", + color4 = "#4271ae", + color5 = "#4d4d4c", + color6 = "#b4b4b4", + color7 = "#555555", + color8 = "#8959a8", + color11 = "#f5871f", +} + +local tomorrow = { + inactive = { + a = { fg = colors.color0, bg = colors.color1, gui = "bold" }, + b = { fg = colors.color2, bg = colors.color3 }, + c = { fg = colors.color0, bg = colors.color1 }, + }, + normal = { + a = { fg = colors.color1, bg = colors.color4, gui = "bold" }, + b = { fg = colors.color5, bg = colors.color6 }, + c = { fg = colors.color7, bg = colors.color1 }, + }, + visual = { + a = { fg = colors.color1, bg = colors.color8, gui = "bold" }, + b = { fg = colors.color5, bg = colors.color6 }, + }, + replace = { + a = { fg = colors.color1, bg = colors.color11, gui = "bold" }, + b = { fg = colors.color5, bg = colors.color6 }, + }, + insert = { + a = { fg = colors.color1, bg = colors.color14, gui = "bold" }, + b = { fg = colors.color5, bg = colors.color6 }, + }, +} + +return tomorrow