add icons for ruby , dockerfile etc
This commit is contained in:
parent
34c2d38f94
commit
7f4f7b2873
|
@ -1,6 +1,6 @@
|
|||
local gl = require("galaxyline")
|
||||
local gls = gl.section
|
||||
gl.short_line_list = { }
|
||||
gl.short_line_list = {" "}
|
||||
|
||||
local colors = {
|
||||
bg = "#282c34",
|
||||
|
|
|
@ -57,6 +57,26 @@ require "nvim-web-devicons".setup {
|
|||
color = "#C8CCD4",
|
||||
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 = {
|
||||
icon = "",
|
||||
color = "#61afef",
|
||||
|
|
Loading…
Reference in New Issue