This commit is contained in:
2025-12-15 18:00:13 -08:00
parent 53d9cbc5bd
commit da94e1d7fb
4 changed files with 10 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ x = 0
y = 0
[window]
opacity = 0.9
opacity = 0.95
[general]
import = ["/home/opal/.config/alacritty/theme.toml"]
import = ["/home/opal/.config/alacritty/gruvbox-material-hard-dark.toml"]

View File

@@ -84,6 +84,9 @@
(set-face-attribute 'org-scheduled-today nil :inherit 'default :height 150)
(set-face-attribute 'org-drawer nil :inherit 'default :height 150)
(set-face-attribute 'org-date nil :inherit 'default :height 150)
(set-face-attribute 'org-ellipsis nil
:foreground "#928374"
:underline nil)
;; Ensure that all agenda items inherit default
(custom-set-faces
@@ -102,8 +105,8 @@
(defun opal/org-mode-setup ()
(org-indent-mode)
(visual-line-mode 1)
(mixed-pitch-mode 1))
(visual-line-mode 1))
;; (mixed-pitch-mode 1)
(use-package org
:commands (org-capture org-agenda)
@@ -113,7 +116,7 @@
(setq org-agenda-start-with-log-mode t)
(setq org-log-done 'time)
(setq org-log-into-drawer t)
(setq org-startup-folded t)
;;(setq org-startup-folded t)
(setq org-indent-indentation-per-level 2)
(setq org-hide-emphasis-markers t)
(setq org-agenda-files (directory-files-recursively "~/sync/org/agenda/" "\\.org$"))

View File

@@ -13,10 +13,9 @@ monitor=eDP-1,1920x1200,6400x0,1.0
###################
$terminal = alacritty
$fileManager = dolphin
$fileManager = pcmanfm
$menu = ~/.config/rofi/launchers/type-7/launcher.sh
#################
### AUTOSTART ###
#################

View File

@@ -4,7 +4,7 @@ vim.o.relativenumber = true
vim.o.clipboard = "unnamedplus"
vim.cmd('colorscheme default')
vim.cmd('syntax on')
vim.o.background = 'light'
vim.o.background = 'dark'
vim.cmd [[highlight Normal guibg=NONE ctermbg=NONE]]
vim.cmd [[highlight NormalNC guibg=NONE ctermbg=NONE]]