[[themes]]
name = "catputccin-dark"
fgPrimary = "#ABE9B3"
fgSecondary = "#F28FAD"
link = "#ABE9B3"
bgPrimary = "#161320"
bgSecondary = "#f2f2f2"

[[themes]]
name = "catputccin-light"
link = "#161320"
fgPrimary = "#161320"
fgSecondary = "#ABE9B3"
bgPrimary = "#E8A2AF"
bgSecondary = "#F28FAD"

Dictaduras Globales: Realidades Invisibles

https://pletnet.io/dictaduras-globales-realidades-invisibles/

Dictaduras Globales: Realidades Invisibles

Las dictaduras no conocen fronteras, y sus consecuencias nos afectan a todos.

PletNet
Ubuntu Conversation Series! Seeking Youth Panelists!

[🖼 Department of Neighborhoods]

Let's Talk!
UBUNTU Conversation Series!

[🖼 Ubuntu]

 

The Department of Neighborhoods is hosting a community conversation series called Ubuntu Conversation Series.

The upcoming session theme is My Voice, My Power: Enhancing Youth Civic Engagement and Participation.

We are currently looking for youth to serve as panelists. This could be great opportunity for a future leader to get public speaking experience. If you know of any youth that would a great panelist, please have them contact Lindora Diawara at [email protected] or 614-645-3284.

Please share with your networks. This event is free and open to the public. See attached flyer for additional details. If you have any questions, please contact Lindora.

Thank you for your consideration.

Ubuntu Conversation Series! Seeking Youth Panelists!

City of Columbus, Ohio

Simple things that increase the #obsidian joy. A small #CSS to tweak your tables a little 🙂

/* Header row line */
thead {
border-bottom: 3px solid;
}

/* Band even rows */
.theme-light {
tbody tr:nth-of-type(even) {
background-color: #F2F2F2;
}
}

.theme-dark {
tbody tr:nth-of-type(even) {
background-color: #363636;
}
}

Just put the tables.css in '~\.obsidian\snippets\' and go to settings -> appearance -> CSS snippets in Obsidian to toggle it.

@zirias don't have an .Xresources but I have: cat .Xdefaults
! XTERM
! -----------------------------------------------------------------------------
xterm*allowBoldFonts: true
xterm*allowWindowOps: true
xterm*boldMode: false
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
xterm*cursorBlink: false
xterm*cutNewline: true
xterm*faceName: consolas
xterm*faceSize: 14
xterm*fastScroll: true
xterm*fullscreen: false
xterm*iconHint: /home/mcapella/.icons/mcapella/xterm.xpm
xterm*internalBorder: 1
xterm*jumpScroll: true
xterm*keepSelection: true
xterm*loginShell: true
xterm*metaSendsEscape: true
xterm*multiScroll: true
xterm*omitTranslation: fullscreen
xterm*on4Clicks: group
xterm*on5Clicks: page
xterm*saveLines: 1024000
xterm*scaleHeight: 1.0
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*selectToClipboard: true
xterm*SimpleMenu*font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2
xterm*termName: xterm-256color
xterm*title: xterm
xterm*veryBoldColors: 14
xterm*VT100*geometry: 95x26
xterm*VT100*translations: #override \n\
<btn1up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) \n\
Ctrl <key> minus: smaller-vt-font() \n\
Ctrl <key> plus: larger-vt-font() \n\
Ctrl Shift <key> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <key> V: insert-selection(CLIPBOARD)

! ----------------------------------------------------------------------------

*color01: #303030
*color02: #e1321a
*color03: #6ab017
*color04: #ffc005
*color05: #004f9e
*color06: #ec0048
*color07: #2aa7e7
*color08: #f2f2f2
*color09: #5d5d5d
*color10: #ff361e
*color11: #7bc91f
*color12: #ffd00a
*color13: #0071ff
*color14: #ff1d62
*color15: #4bb8fd
*color16: #a020f0

#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900

*background: S_base03
*foreground: S_base00
*fading: 40
*fadeColor: S_base03

@cliffle The pure black background contrasts a little too sharply with the both the white and purple text. Using #f2f2f2 instead of #fff would correspond to the first level of elevation in the Material Design dark mode guidance. While they use a pure black background for their lowest level of elevation, almost no text appears at that level. Almost all of their text is displayed on elevated surfaces, which provides slightly less contrast.

https://m2.material.io/design/color/dark-theme.html#hierarchy

Material Design

Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.

Material Design
Unlock Happiness with Meditation
Meditation is a simple and effective way to find inner peace and unlock happiness. Through the practice of meditation, we learn to observe our thoughts and emotions without judgment, allowing them to come and go like passing clouds.
https://www.adambernard.com/unlock-happiness-with-meditation/
#Meditation #f2f2f2 #Happiness #InnerPeace
Unlock Happiness with Meditation - AdamBernard.com

Meditation is a simple and effective way to find inner peace and unlock happiness. Through meditation we learn to observe without judgment.

AdamBernard.com
The Noble Eightfold Path
The Noble Eightfold Path: Transforming Your Meditation Practice Meditation can be a powerful tool for cultivating inner peace and clarity, but it can also be challenging to find the right approach. The Noble Eightfold Path provides a framework for deepening your meditation practice and transforming your life. By following these eight steps, you can cu
https://www.adambernard.com/the-noble-eightfold-path/
#Meditation #f2f2f2 #MeditationPractice #NobleEightfoldPath
The Noble Eightfold Path - AdamBernard.com

The Noble Eightfold Path is a framework for ethical and mental development in Buddhism, offering a pathway to enlightenment and liberation.

AdamBernard.com

@BarackObama <?php
$table_data_style = "style='border: 1px solid #DDD; border-collapse: collapse;'";
$table_header_style = "style='background-color:#444; color:#FFF;'";
?>

<html>
<body>
<div style="background-color:#F2F2F2; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0; padding: 20px;">
<p>Hai,</p>

<p>Seseorang telah mengirim permintaan untuk lupa password anda di {{ website_name }}.</p>

<table width="100%" <?php echo $table_data_style

Ende September habe ich die von mir geschätzte #FLOSS #GIMP auf #Version 2.10.32 (Revision 1) aktualisiert.

Heute ist mir aufgefallen, dass eine neue #Hintergrundfarbe voreingestellt wurde: #f2f2f2 hat #ffffff abgelöst.

Ist das für die #Optik / #Ästhetik und ein unterschwelliger Wink überall mehr #Recyclingpapier zu benutzen – oder gibt es auch andere Argumente für die Umstellung? Meine #Neugier ist geweckt... was erzählt die dahinterliegende #Geschichte? 🙂

Wake me up, when September ends 🎶