Skip to content

Commit

Permalink
Add colorschemes module
Browse files Browse the repository at this point in the history
  • Loading branch information
Akmadan23 committed Sep 8, 2023
1 parent d03ecc1 commit 0c531e1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/nvim/lua/colorschemes.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
return {
monokai = {
fg1 = "#F8F8F2",
fg2 = "#CFCFC1",
fg3 = "#7E8E91",

bg1 = "#272822",
bg2 = "#3E3D32",
bg3 = "#75715E",

black = "#000000",
grey = "#465457",
orange = "#FD971F",
yellow = "#E6DB74",
green = "#A6E22E",
cyan = "#66D9EF",
magenta = "#F92672",
purple = "#AE81FF",

blue = "#5294E2",
red = "#FF0000",
}
}

0 comments on commit 0c531e1

Please sign in to comment.