Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scottmckendry/cyberdream.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 998e6562cea3f86af74c489eeaf005ae82657886
Choose a base ref
..
head repository: scottmckendry/cyberdream.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c450e9f5592ac8a4304d666d9b0588365b982223
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 lua/cyberdream/extensions/kubectl.lua
2 changes: 1 addition & 1 deletion lua/cyberdream/extensions/kubectl.lua
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ local M = {}
function M.get(opts, t)
opts = opts or {}
local highlights = {
KubectlHeader = { fg = t.blue, style = "bold" },
KubectlHeader = { fg = t.blue, bold = true },
KubectlWarning = { fg = t.yellow },
KubectlError = { fg = t.red },
KubectlInfo = { fg = t.cyan },