kittyuuuh
This commit is contained in:
parent
37951c81f2
commit
b416f123a3
4 changed files with 25 additions and 2652 deletions
|
@ -1,5 +1,3 @@
|
||||||
;; coasteen's Emacs full init.el :3
|
|
||||||
|
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
;; PACKAGE & USE-PACKAGE SETUP
|
;; PACKAGE & USE-PACKAGE SETUP
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
|
@ -16,7 +14,6 @@
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(setq use-package-always-ensure t)
|
(setq use-package-always-ensure t)
|
||||||
(setq native-comp-async-report-warnings-errors 'silent)
|
(setq native-comp-async-report-warnings-errors 'silent)
|
||||||
|
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
;; APPEARANCE & THEMES
|
;; APPEARANCE & THEMES
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
|
@ -40,7 +37,6 @@
|
||||||
|
|
||||||
(global-display-line-numbers-mode t)
|
(global-display-line-numbers-mode t)
|
||||||
(setq ring-bell-function 'ignore)
|
(setq ring-bell-function 'ignore)
|
||||||
|
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
;; UI & INTERFACE
|
;; UI & INTERFACE
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
|
@ -76,7 +72,6 @@
|
||||||
|
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:config (which-key-mode))
|
:config (which-key-mode))
|
||||||
|
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
;; EDITOR BEHAVIOR
|
;; EDITOR BEHAVIOR
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
|
@ -131,7 +126,6 @@
|
||||||
))
|
))
|
||||||
|
|
||||||
(setq electric-pair-text-pairs electric-pair-pairs)
|
(setq electric-pair-text-pairs electric-pair-pairs)
|
||||||
|
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
;; LANGUAGE SUPPORT
|
;; LANGUAGE SUPPORT
|
||||||
;; ---------------------------
|
;; ---------------------------
|
||||||
|
@ -147,7 +141,7 @@
|
||||||
(use-package zig-mode
|
(use-package zig-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
:mode "\\.zig\\'"
|
:mode "\\.zig\\'"
|
||||||
:hook ((zig-moed . lsp-deferred))) ;; if lsp is used :3
|
:hook ((zig-moed . lsp-deferred)))
|
||||||
|
|
||||||
(use-package cc-mode)
|
(use-package cc-mode)
|
||||||
|
|
||||||
|
|
1
config/kitty/.#kitty.conf
Symbolic link
1
config/kitty/.#kitty.conf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
coast@core.1143:1751344825
|
File diff suppressed because it is too large
Load diff
21
config/kitty/theme.conf
Normal file
21
config/kitty/theme.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
background #121218
|
||||||
|
foreground #cef3ff
|
||||||
|
cursor #ffffff
|
||||||
|
selection_background #44475a
|
||||||
|
color0 #000000
|
||||||
|
color8 #545454
|
||||||
|
color1 #ff5555
|
||||||
|
color9 #ff5454
|
||||||
|
color2 #fa0074
|
||||||
|
color10 #50fa7b
|
||||||
|
color3 #7f0a1f
|
||||||
|
color11 #f0fa8b
|
||||||
|
color4 #3282ff
|
||||||
|
color12 #1200f8
|
||||||
|
color5 #1b3cff
|
||||||
|
color13 #ff78c5
|
||||||
|
color6 #0037fc
|
||||||
|
color14 #8ae9fc
|
||||||
|
color7 #bbbbbb
|
||||||
|
color15 #ffffff
|
||||||
|
selection_foreground #222330
|
Loading…
Add table
Reference in a new issue