From 5c4ba50b017b27d95e1d1b35dbc4854fa9008d91 Mon Sep 17 00:00:00 2001 From: dvlprJobayer Date: Fri, 23 Dec 2022 19:11:31 +0600 Subject: [PATCH] feat: php template added in bubblesextra theme --- themes/bubblesextra.omp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/bubblesextra.omp.json b/themes/bubblesextra.omp.json index bf6ea534..fd4b4bf3 100644 --- a/themes/bubblesextra.omp.json +++ b/themes/bubblesextra.omp.json @@ -109,6 +109,18 @@ "trailing_diamond": "\ue0b4", "type": "julia" }, + { + "type": "php", + "style": "diamond", + "foreground": "#ffffff", + "background": "#4063D8", + "leading_diamond": " \ue0b6", + "properties": { + "fetch_version": false + }, + "template": "\ue73d {{ .Full }} ", + "trailing_diamond": "\ue0b4" + }, { "background": "#29315A", "foreground": "#9B6BDF",