Atom: Change Go icon to match their new redesigned logo

Created on 3 May 2018  路  2Comments  路  Source: file-icons/atom

Go has a new logo and I was wondering if we could change the Gopher to the new theme.

https://blog.golang.org/go-brand

new-icon

Most helpful comment

Grrr... 馃槬I've a gut feeling users are gonna prefer the old icon:

Figure 1

Those who do need only add the following CSS to their stylesheets:

~less
.go-icon:before{
content: "\e624";
font-size: 15px;
left: auto;
top: 3px;
}
~

All 2 comments

Grrr... 馃槬I've a gut feeling users are gonna prefer the old icon:

Figure 1

Those who do need only add the following CSS to their stylesheets:

~less
.go-icon:before{
content: "\e624";
font-size: 15px;
left: auto;
top: 3px;
}
~

@Alhadis :+1:

Was this page helpful?
0 / 5 - 0 ratings