Skip to content

Commit

Permalink
updated lua
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksheepcosmo committed Nov 22, 2024
1 parent 5395e92 commit 7d0c70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 45 deletions.
12 changes: 5 additions & 7 deletions lua/blackbeard/alacritty.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-- ~/blackbeard-nvim/lua/blackbeard/alacritty.lua

local M = {}

local function write_to_file(filepath, content)
Expand Down Expand Up @@ -121,11 +119,11 @@ local palettes = {
brblack = "#614A4D",
brred = "#FF5F56",
brgreen = "#88C070",
bryellow = "#F1C232",
brblue = "#454240",
brmagenta = "#A066C9",
brcyan = "#454240",
brwhite = "#AA9E87",
bryellow = "#FADF60",
brblue = "#73B3D8",
brmagenta = "#B794F4",
brcyan = "#6FE2CA",
brwhite = "#F6E8CD",
},
}

Expand Down
38 changes: 0 additions & 38 deletions lua/blackbeard/colors.lua

This file was deleted.

0 comments on commit 7d0c70d

Please sign in to comment.