diff --git a/src/content/software/cp.nvim.mdx b/src/content/software/cp.nvim.mdx index ebfa77f..6e26d1d 100644 --- a/src/content/software/cp.nvim.mdx +++ b/src/content/software/cp.nvim.mdx @@ -1,5 +1,6 @@ --- title: "cp.nvim" +slug: "cp.nvim" date: "21/09/2025" --- diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 333f3e1..806567b 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -39,7 +39,7 @@ const { case "autonomous-racing": return "#3d8a44"; case "git": - return "#e67300"; + return "#cc5500"; default: return "#000000"; } diff --git a/src/utils/colors.js b/src/utils/colors.js index d95e82d..1d84326 100644 --- a/src/utils/colors.js +++ b/src/utils/colors.js @@ -9,7 +9,7 @@ export function getTopicColor(topicName) { case "autonomous-racing": return "#3d8a44"; case "git": - return "#e67300"; + return "#cc5500"; default: return "#000000"; }