File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -2798,12 +2798,30 @@ local icons_by_file_extension = {
2798
2798
cterm_color = " 81" ,
2799
2799
name = " LibreOfficeWriter" ,
2800
2800
},
2801
+ [" oga" ] = {
2802
+ icon = " " ,
2803
+ color = " #0075aa" ,
2804
+ cterm_color = " 24" ,
2805
+ name = " OggVorbis" ,
2806
+ },
2801
2807
[" ogg" ] = {
2802
2808
icon = " " ,
2803
2809
color = " #0075aa" ,
2804
2810
cterm_color = " 24" ,
2805
2811
name = " OggVorbis" ,
2806
2812
},
2813
+ [" ogv" ] = {
2814
+ icon = " " ,
2815
+ color = " #FD971F" ,
2816
+ cterm_color = " 208" ,
2817
+ name = " OggVideo" ,
2818
+ },
2819
+ [" ogx" ] = {
2820
+ icon = " " ,
2821
+ color = " #FD971F" ,
2822
+ cterm_color = " 208" ,
2823
+ name = " OggMultiplex" ,
2824
+ },
2807
2825
[" opus" ] = {
2808
2826
icon = " " ,
2809
2827
color = " #0075aa" ,
@@ -3314,6 +3332,12 @@ local icons_by_file_extension = {
3314
3332
cterm_color = " 26" ,
3315
3333
name = " TypeScriptReactSpec" ,
3316
3334
},
3335
+ [" spx" ] = {
3336
+ icon = " " ,
3337
+ color = " #0075aa" ,
3338
+ cterm_color = " 24" ,
3339
+ name = " OggSpeexAudio" ,
3340
+ },
3317
3341
[" sql" ] = {
3318
3342
icon = " " ,
3319
3343
color = " #dad8d8" ,
Original file line number Diff line number Diff line change @@ -2798,12 +2798,30 @@ local icons_by_file_extension = {
2798
2798
cterm_color = " 24" ,
2799
2799
name = " LibreOfficeWriter" ,
2800
2800
},
2801
+ [" oga" ] = {
2802
+ icon = " " ,
2803
+ color = " #005880" ,
2804
+ cterm_color = " 24" ,
2805
+ name = " OggVorbis" ,
2806
+ },
2801
2807
[" ogg" ] = {
2802
2808
icon = " " ,
2803
2809
color = " #005880" ,
2804
2810
cterm_color = " 24" ,
2805
2811
name = " OggVorbis" ,
2806
2812
},
2813
+ [" ogv" ] = {
2814
+ icon = " " ,
2815
+ color = " #7e4c10" ,
2816
+ cterm_color = " 94" ,
2817
+ name = " OggVideo" ,
2818
+ },
2819
+ [" ogx" ] = {
2820
+ icon = " " ,
2821
+ color = " #7e4c10" ,
2822
+ cterm_color = " 94" ,
2823
+ name = " OggMultiplex" ,
2824
+ },
2807
2825
[" opus" ] = {
2808
2826
icon = " " ,
2809
2827
color = " #005880" ,
@@ -3314,6 +3332,12 @@ local icons_by_file_extension = {
3314
3332
cterm_color = " 26" ,
3315
3333
name = " TypeScriptReactSpec" ,
3316
3334
},
3335
+ [" spx" ] = {
3336
+ icon = " " ,
3337
+ color = " #005880" ,
3338
+ cterm_color = " 24" ,
3339
+ name = " OggSpeexAudio" ,
3340
+ },
3317
3341
[" sql" ] = {
3318
3342
icon = " " ,
3319
3343
color = " #494848" ,
You can’t perform that action at this time.
0 commit comments