add icons for ruby , dockerfile etc

This commit is contained in:
siduck76 2021-03-23 10:21:40 +05:30
parent 34c2d38f94
commit 7f4f7b2873
2 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local gl = require("galaxyline") local gl = require("galaxyline")
local gls = gl.section local gls = gl.section
gl.short_line_list = { } gl.short_line_list = {" "}
local colors = { local colors = {
bg = "#282c34", bg = "#282c34",

View File

@ -57,6 +57,26 @@ require "nvim-web-devicons".setup {
color = "#C8CCD4", color = "#C8CCD4",
name = "out" name = "out"
}, },
Dockerfile = {
icon = "",
color = "#b8b5ff",
name = "Dockerfile"
},
rb = {
icon = "",
color = "#ff75a0",
name = "rb"
},
vue = {
icon = "",
color = "#7eca9c",
name = "vue"
},
py = {
icon = "",
color = "#a7c5eb",
name = "py"
},
toml = { toml = {
icon = "", icon = "",
color = "#61afef", color = "#61afef",