Skip to content

Commit

Permalink
feat: add nginx icon
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 14, 2024
1 parent a3769ad commit d98935a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/file-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,12 @@ export let fileIcons: FileIcon[] = [
name: 'MDX',
id: 'mdx',
},
{
extensions: ['nginx', 'nginxconfig'],
files: ['nginx.conf'],
name: 'Nginx',
id: 'nginx',
},
{
files: [
'package.json',
Expand Down
1 change: 1 addition & 0 deletions icons/files/nginx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/ayu-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
"markdown": {
"#083fa1": "#59c2ff"
},
"nginx": {
"#019639": "#aad94c"
},
"nodejs": {
"#418b3d": "#aad94c"
},
Expand Down
3 changes: 3 additions & 0 deletions themes/dracula.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"markdown": {
"#083fa1": "#6272a4"
},
"nginx": {
"#019639": "#50fa7b"
},
"nodejs": {
"#418b3d": "#50fa7b"
},
Expand Down
3 changes: 3 additions & 0 deletions themes/night-owl.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"markdown": {
"#083fa1": "#82aaff"
},
"nginx": {
"#019639": "#22da6e"
},
"nodejs": {
"#418b3d": "#22da6e"
},
Expand Down
3 changes: 3 additions & 0 deletions themes/panda.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"markdown": {
"#083fa1": "#6fc1ff"
},
"nginx": {
"#019639": "#19f9d8"
},
"nodejs": {
"#418b3d": "#19f9d8"
},
Expand Down
3 changes: 3 additions & 0 deletions themes/synthwave-84.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"markdown": {
"#083fa1": "#36f9f6"
},
"nginx": {
"#019639": "#09f7a0"
},
"nodejs": {
"#418b3d": "#09f7a0"
},
Expand Down

0 comments on commit d98935a

Please sign in to comment.