Skip to content

Commit b9b57a7

Browse files
authored
improve ruby logo #777 (#786)
* improve ruby logo #777 * adding true color to ruby logo * changed white to grey in true colors so it works on light and dark themes * reworking ruby shape to straighten
1 parent 3c3c1b4 commit b9b57a7

File tree

1 file changed

+34
-18
lines changed

1 file changed

+34
-18
lines changed

languages.yaml

+34-18
Original file line numberDiff line numberDiff line change
@@ -1889,28 +1889,44 @@ Renpy:
18891889
Ruby:
18901890
type: programming
18911891
ascii: |
1892-
{0} `-+sdmhmMMhyhNMMddm`
1893-
{0} .smdy+:` `-smmNy/ :h\
1894-
{0} -yNs. mmhmo. Md
1895-
{0} -hNo` oM- .oNh: :s
1896-
{0} :dm+` .Ns `/dmo.d
1897-
{0} +Mo` hN yMMM
1898-
{0} `sN/ /dMmsssoo++///NM
1899-
{0} `hN- +md/sM. hNM
1900-
{0} .dm. +mh: .Ns .dm+M
1901-
{0} +My .oNy- sM. :Nd.+M
1902-
{0} +MM+ .:/sNd- .Ns sNo sM
1903-
{0}`+MyMyhdddysmMoydmhs+:smdsM.+Nh- hN
1904-
{0}`+M.MM:` -Mo hMNm/ md
1905-
{0}`+M hm. dm` `+Nmdm+ My
1906-
{0}`/M: md` /M/ -sNy: -yNs. .Mo
1907-
{0} `Nh Nh`Nh :smd+. .sNyoM/
1908-
{0} -mh:mh:MmNss:+sdNds:-::///++oosyN-
1892+
{1} ###{2}###{3}###{4}#{0}.{4}#
1893+
{1} ###{2}###{3}###{4}##{0}.{5}##
1894+
{1} ##{0}.{2}###{3}###{4}###{0}.{5}###
1895+
{1} ###{2}##{0}.{3}###{4}###{5}#{0}.{5}#{6}###
1896+
{1} ###{2}###{3}##{0}.{4}###{5}##{0}.{6}###{7}##
1897+
{1} ###{2}###{3}###{4}##{0}.{5}###{0}.{6}##{7}####
1898+
{1} ###{2}###{3}###{4}###{5}##{0}.{6}#{0}.{6}#{7}######
1899+
{1} #{0}.{1}*{2}***{3}***{4}***{5}***{6}**{0}.{7}###{8}#####
1900+
{1} ###{0}.{2}##{3}###{4}###{5}###{6}##{0}.{7}##{0}.{8}#######
1901+
{1} ###{2}#{0}.{2}#{3}###{4}###{5}###{6}#{0}.{6}#{7}###{8}#{0}.{8}######
1902+
{1} ###{2}##{0}.{3}###{4}###{5}###{0}.{6}##{7}###{8}###{0}.{8}#####
1903+
{1} ###{2}#{0}.{2}#{3}###{4}###{0}.{5}###{6}###{7}###{8}##{0}.{8}####
1904+
{1} ###{0}.{2}##{3}###{0}.{4}##{5}###{6}###{7}###{8}###{0}.{9}###
1905+
{1} ##{0}.{3}###{0}.{4}##{5}###{6}###{7}###{8}###{9}###{0}.{9}##
1906+
{1} #{0}.{2}#{0}.{3}##{4}###{5}###{6}###{7}###{8}###{9}###{0}.{9}#
19091907
colors:
19101908
ansi:
1909+
- white
1910+
- red
1911+
- red
1912+
- red
1913+
- red
1914+
- red
1915+
- red
1916+
- red
1917+
- red
19111918
- red
19121919
hex:
1913-
- '#CC342D'
1920+
- '#555555'
1921+
- '#f30301'
1922+
- '#e80603'
1923+
- '#dc0904'
1924+
- '#d10c06'
1925+
- '#c50f07'
1926+
- '#ba1109'
1927+
- '#ae140a'
1928+
- '#a3170c'
1929+
- '#971a0d'
19141930
chip: '#701516'
19151931
Rust:
19161932
type: programming

0 commit comments

Comments
 (0)